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.

error: #channelname is an invalid channel.

Old posts that have not been replied to for several years.
Locked
c
chasm
Voice
Posts: 22
Joined: Tue Jan 07, 2003 7:50 am
Location: porsgrunn, telemark, norway
Contact:

error: #channelname is an invalid channel.

Post by chasm »

hi.

when starting an windrop from the command prompt, i'm get this error:

error: #somechannel is an invalid channel.

this suddenly ocurred out of the blue one day. i've been looking through the tcls that the bot is running and they all look very clean and without any typeos or anything else.

note: this error doesn't show when rehashing, but when (re)starting.

hmpf. :-?

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

Post by ppslim »

goto your bots script directory on the shell and type
grep "\#somechannel" ./*
You may find it's a poorly coded script at fault.

If you paste the name of the script, and where to find it, we will try and help fix the issues.
P
Photon
Op
Posts: 170
Joined: Wed Aug 28, 2002 8:00 am
Location: Liverpool, England

Post by Photon »

Is this a channel that is mentioned in the conf file?

If so, the exact name of it might give a clue.

However I am unable to find this error message EXACTLY in the code (so long as that is the EXACT error message) so I suspect its one of your scripts again ;)
c
chasm
Voice
Posts: 22
Joined: Tue Jan 07, 2003 7:50 am
Location: porsgrunn, telemark, norway
Contact:

Post by chasm »

hmpf, i think i sorted it out. dccwatch (a tcl) turned on me, so i just disabled it.

no error now. :wink:

thanks for the suggestions!

//chasm
Locked