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 in my logs

Old posts that have not been replied to for several years.
Locked
User avatar
Devilion
Voice
Posts: 7
Joined: Wed May 04, 2005 8:38 am

Error in my logs

Post by Devilion »

I rehashed my bot:
[14:07] Rehashing...
[14:07] Tcl error [evnt:ident]: wrong # args: should be "info nick host hand chan text"
[14:07] Listening at telnet port 1058 (all).
[14:07] Tcl error in file 'wgcdrop.conf':
[14:07] wrong # args: should be "info nick host hand chan text"
while executing
"info exists numversion"
(file "scripts/userinfo.tcl" line 1)
(file "wgcdrop.conf" line 1)
[14:07] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
wgcdrop.conf is the config i use (doh)

what is the problem here?
s
spock
Master
Posts: 319
Joined: Thu Dec 12, 2002 8:40 pm

Post by spock »

one of your scripts has replaced the info command (which in turn breaks scripts that rely on the original info command)
photon?
User avatar
Devilion
Voice
Posts: 7
Joined: Wed May 04, 2005 8:38 am

Post by Devilion »

thanks, do you know why my 2nd windrop has this in its log:
[15:55] Tcl error [peak:join]: wrong # args: should be "info nick host hand chan text"

its from perplexa's peak.tcl, which runs on both my windrops, but only this one gives me this error

btw the log in my first post was also from this windrop

edit: its the same with another peak tcl, is this the fault from an other tcl i have?

edit2: nvm i fixed it :) ty very much
Locked