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.

Curious .chan file problem on startup

Old posts that have not been replied to for several years.
Locked
O
OnFire
Voice
Posts: 23
Joined: Tue Oct 01, 2002 1:51 pm

Curious .chan file problem on startup

Post by OnFire »

I've tried searching around the forum, but the inabillity of the search box to use quotes (I think) has meant that I've found about 2000 seemingly unrelated topics.

When I load my eggdrop, I get the error message:

<OnFire> [23:28] Tcl error in file 'OnFire.chan':
<OnFire> [23:28] no value given for parameter "chan" to "channel"
<OnFire> while executing
<OnFire> "channel add #wibble { chanmode +tn idle-kick 0 stopnethack-mode 0 revenge-mode 1 need-op {} need-invite {} need-key {} need-unban {} need-limit {} flo..."
<OnFire> (file "OnFire.chan" line 3)
<OnFire> [23:28] Creating channel file
<OnFire> [23:28] Ignored masks for channel(s): #britisharmy ## #uberducks

This means that each time it starts up I have to manually add all the channels I want the bot to be in.

My OnFire.chan looks like this:

channel add #britisharmy { chanmode +tn idle-kick 0 stopnethack-mode 0 revenge-mode 1 need-op {} need-invite {} need-key {} need-unban {} need-limit {} flood-chan 10:60 flood-ctcp 3:60 flood-join 5:60 flood-kick 3:10 flood-deop 3:10 flood-nick 5:60 aop-delay 5:30 -enforcebans +dynamicbans +userbans -autoop -autohalfop -bitch +greet -protectops -protecthalfops -protectfriends -dontkickops +statuslog -revenge -revengebot -autovoice -secret +shared +cycle -seen -inactive +dynamicexempts +userexempts +dynamicinvites +userinvites -nodesynch }
channel add ## { chanmode +tn idle-kick 0 stopnethack-mode 0 revenge-mode 1 need-op {} need-invite {} need-key {} need-unban {} need-limit {} flood-chan 10:60 flood-ctcp 3:60 flood-join 5:60 flood-kick 3:10 flood-deop 3:10 flood-nick 5:60 aop-delay 5:30 -enforcebans +dynamicbans +userbans -autoop -autohalfop -bitch +greet -protectops -protecthalfops -protectfriends -dontkickops +statuslog -revenge -revengebot -autovoice -secret +shared +cycle -seen -inactive +dynamicexempts +userexempts +dynamicinvites +userinvites -nodesynch }
channel add #uberducks { chanmode +tn idle-kick 0 stopnethack-mode 0 revenge-mode 1 need-op {} need-invite {} need-key {} need-unban {} need-limit {} flood-chan 10:60 flood-ctcp 3:60 flood-join 5:60 flood-kick 3:10 flood-deop 3:10 flood-nick 5:60 aop-delay 5:30 -enforcebans +dynamicbans +userbans -autoop -autohalfop -bitch +greet -protectops -protecthalfops -protectfriends -dontkickops +statuslog -revenge -revengebot -autovoice -secret +shared +cycle -seen -inactive +dynamicexempts +userexempts +dynamicinvites +userinvites -nodesynch }


This doesn't happen the first time the bot runs (I've rebuilt it twice now...) but I'm at a loss as to why it happens.

Any help will be greatly appreciated!

(And I think the crazy smilies in it are : o 's)
Last edited by OnFire on Fri Dec 20, 2002 5:08 am, edited 1 time in total.
O
OnFire
Voice
Posts: 23
Joined: Tue Oct 01, 2002 1:51 pm

Post by OnFire »

I fixed the problem...turns out it was a dodgy script.
Locked