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.

newbie problem: My configuration ins't working, any ideas?

Old posts that have not been replied to for several years.
Locked
k
kalldrexx
Voice
Posts: 1
Joined: Tue Dec 28, 2004 12:51 am

newbie problem: My configuration ins't working, any ideas?

Post by kalldrexx »

Ok a total eggdrop newbie here. I was trying to get my first configuration script wroking and I"m getting this error:

[23:44] Tcl error in file 'wishbot.conf':
[23:44] no such channel record
while executing
"channel set #wish +greet +dontkickops -bitch "
(file "wishbot.conf" line 487)
[23:44] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)

What did I do wrong?
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

Don't you mean, channel add?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

[channel set] must be preceeded by [channel add]
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

demond wrote:[channel set] must be preceeded by [channel add]
Or alternativly you dont need to add the channels you want the bot on in the config you can just add them dynamically when your bot is online doing

Code: Select all

.+chan #wish

in dcc chat :wink:
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
Locked