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.
Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Fire-Fox
Master
Posts: 299 Joined: Sat Sep 23, 2006 9:01 pm
Location: /dev/null
Post
by Fire-Fox » Thu Oct 15, 2009 7:02 pm
Hey
i know i should know this, but Don't
how do i get my bot in debug mode?
so i can find where this is comming from
Code: Select all
Tcl error [user_search]: missing operand at _@_
in expression "1255646007 - _@_"
Last edited by
Fire-Fox on Fri Oct 16, 2009 5:31 am, edited 1 time in total.
TCL_no_TK
Owner
Posts: 509 Joined: Fri Aug 25, 2006 7:05 pm
Location: England, Yorkshire
Post
by TCL_no_TK » Thu Oct 15, 2009 9:31 pm
in dcc/telnet
From the looks of the error, you have done some math function in a script and it hasn't returned a number. would be my guess, so try looking for a recent script that has something like that in it.
user_search
Fire-Fox
Master
Posts: 299 Joined: Sat Sep 23, 2006 9:01 pm
Location: /dev/null
Post
by Fire-Fox » Fri Oct 16, 2009 5:31 am
thanks