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.

Tcl error [see_new_pass]: wrong # args: should be "see_

Old posts that have not been replied to for several years.
Locked
T
Taxi[USA]

Tcl error [see_new_pass]: wrong # args: should be "see_

Post by Taxi[USA] »

i got this line in DCC connection with a bot,

well im use the lol.tcl so there is the line

# REPLACE THE NEXT LINE WITH: bind mode - * see_new_pass

and i replaced it
from

bind mode - * see_new_pass 2k to>
>> bind mode - * see_new_pass
It has no problem, but now it show me evry time in reply 30 sek may be this line
Tcl error [see_new_pass]: wrong # args: should be "see_new_pass a b c d e" :roll:

what is goin on,,
sorry for being so lame :)) but i need your help again...

I think ull be sorry pretty soon :) that i found this very good www page in internet :))) :mrgreen:
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

you only have 5 args in your proc.

instead of proc see_new_pass {a b c d e} { use proc see_new_pass {a b c d e f} {

the mode bind needs 6 arguments. (nick host hand chan mode-change victim)
Locked