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.

Debug eggie

Old posts that have not been replied to for several years.
Locked
f
firepac
Voice
Posts: 31
Joined: Wed Jun 18, 2003 5:41 am
Location: Queensland, Australia

Debug eggie

Post by firepac »

I have an eggie that every few minutes says:

Tcl error [check_onjoin]: No such user.

Apart from commenting out each tcl in the conf file and rehashing is there an easier way to find out which tcl is causing the error?
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Search the word "check_onjoin" in all of your tcl files. The script file containing that word would obviously be the one causing the error. :P

By the looks of the name, (check_onjoin) it may be triggered when a person or the bot itself joins a channel which the script is working on. Binded on join I think. :mrgreen:

You can also type this in partyline for more information:
(Given that you have the dcc:tcl unbind 'commented' in the .conf file)

Code: Select all

.tcl set errorInfo
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
Locked