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.

Couldn't create channel file: TIL-BOT.chan. Dropping

Old posts that have not been replied to for several years.
Locked
d
defenda

Couldn't create channel file: TIL-BOT.chan. Dropping

Post by defenda »

OK...NOOB alert...I'm trying to get this thing running for the first time so please be gentle.

In simple terms what do I have to do to get my bot working?

Code: Select all

Eggdrop v1.6.15 (C) 1997 Robey Pointer (C) 2003 Eggheads
[23:09] --- Loading eggdrop v1.6.15 (Sat Nov 15 2003)
[23:09] Listening at telnet port 3333 (bots)
[23:09] Listening at telnet port 4444 (users)
[23:09] Module loaded: dns
[23:09] Module loaded: channels
[23:09] Module loaded: server
[23:09] Module loaded: ctcp
[23:09] Module loaded: irc
[23:09] Module loaded: notes            (with lang support)
[23:09] Module loaded: console          (with lang support)
[23:09] Module loaded: uptime
[23:09] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[23:09] use '.help userinfo' for commands.
[23:09] Creating channel file
[23:09] Couldn't create channel file: TIL-BOT.chan.  Dropping
 
 
STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
OR go to IRC and type:  /msg TIL-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.
User avatar
Clipped
Halfop
Posts: 73
Joined: Fri Jan 24, 2003 2:27 am

Post by Clipped »

Load the module below and check your chan line in the conf..

set chanfile "my.chan"

make sure theres no weird characters..



#### 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
d
defenda

Post by defenda »

Clipped wrote:Load the module below and check your chan line in the conf..

set chanfile "my.chan"

make sure theres no weird characters..



#### 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
Thanks. Things seem to be a lot better. I presume the - in TIL-BOT is a little too weird so I will remove it
d
defenda

Post by defenda »

Yep...just another thankyou...it's all working nicely.
Locked