This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

A bot.user file not created...

Old posts that have not been replied to for several years.
Locked
A
AFlores

A bot.user file not created...

Post by AFlores »

I have compiled and installed the bot but when I run ./eggdrop -m bot.conf

No bot.user file is created... I have double and triple checked my
permissions and am stuck on what to do.

I tried searching the forums for an answer but could not find anything.

Any help is appreciated.
A
AFlores

Post by AFlores »

This is what is out put when I run the command:
./eggdrop -m bot.conf

Code: Select all

Eggdrop v1.6.14+export-md5-2 (C) 1997 Robey Pointer (C) 2002 Eggheads
[20:58] --- Loading eggdrop v1.6.14+export-md5-2 (Tue Dec  3 2002)
[20:58] Module loaded: dns
[20:58] Module loaded: channels
[20:58] Module loaded: server
[20:58] Module loaded: ctcp
[20:58] Module loaded: irc
[20:58] Module loaded: notes            (with lang support)
[20:58] Module loaded: console          (with lang support)
[20:58] Module loaded: uptime
[20:58] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[20:58] use '.help userinfo' for commands.
[20:58] Creating channel file


STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
OR go to IRC and type:  /msg A-Bot hello
This will make the bot recognize you as the master.

You have installed modules but have not selected an encryption
module, please consult the default config file for info.
D
Darmoth
Master
Posts: 210
Joined: Sun Oct 07, 2001 8:00 pm
Location: old europe

Post by Darmoth »

<You have installed modules but have not selected an encryption>
<module, please consult the default config file for info>

It's obviously, isn't it ?
Load the blowfish module.
A
AFlores

Post by AFlores »

Darmoth! Thanks.. and yes it's obvious to someone who knows what is supposed to happen.

Thanks again!
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Very true, it is obvious to some1 that knows what happens, but an error message like this usualy means an error.

This is somthing that allmost any person, new or old can understand.
P
Photon
Op
Posts: 170
Joined: Wed Aug 28, 2002 8:00 am
Location: Liverpool, England

Post by Photon »

Um .. eggdrop 1.6.14???

P.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

It looks like a CVS copy.

My guess is some1 hasn't been reading the docs correctly, unless they have a real need for it.

CVS code is experimental, even if anything applied to it is stable.

CVS code should never be used in a production enviroment.
Locked