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.

Help.. On startup

Old posts that have not been replied to for several years.
Locked
k
kriscozz

Help.. On startup

Post by kriscozz »

I keep getting this error

STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
OR go to IRC and type: /msg Agent 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.


Were can i select an encryption module from in the eggdrop.conf ??
Please help asap
User avatar
gumbydammit
Master
Posts: 311
Joined: Thu Sep 05, 2002 4:52 pm
Location: Canada
Contact:

Post by gumbydammit »

this question has been asked numerous times.. pls try and use the "search" function more often :)

take a look HERE
a.k.a. hellios
User avatar
j0n
Op
Posts: 140
Joined: Wed May 07, 2003 5:31 pm
Location: sjn.nb.ca
Contact:

Post by j0n »

Read the conf. for god sakes.

#### BLOWFISH MODULE ####

# IF YOU DON'T READ THIS YOU MAY RENDER YOUR USERFILE USELESS #LATER
# Eggdrop encrypts its userfile, so users can have secure passwords.
# Please note that when you change your encryption method later (i.e.
# using other modules like a md5 module), you can't use your current
# userfile anymore. Eggdrop will not start without an encryption module.
#loadmodule blowfish

you need to remove the # in front of "loadmodule blowfish"

eg:

#### BLOWFISH MODULE ####
loadmodule blowfish
k
kriscozz

Post by kriscozz »

thx alot mate... i didn't enable it the other time so yeah
Locked