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.

Search found 3 matches

by Razo
Fri Jan 14, 2005 6:26 pm
Forum: Archive
Topic: Difficulty with $nick variable
Replies: 6
Views: 2961

Many thanks, I found out that whenever I kept rehashing my bot, the procs would not clear themselves out. Therefore, when I checked out .tcl $errorInfo, it kept calling a proc that was not even in pub, just as stdragon said. It came down to having the incorrect arguments in a proc I wrote with the w...
by Razo
Thu Jan 13, 2005 9:54 pm
Forum: Archive
Topic: Difficulty with $nick variable
Replies: 6
Views: 2961

I have found out that it stops right at the "switch" statement. I'm sure that this is not running to the proc that it is calling, the proc that it is calling does not even exist, so I would expect an error message stating that there is no such procedure. The $nick variable is gone outside,...
by Razo
Thu Jan 13, 2005 8:16 pm
Forum: Archive
Topic: Difficulty with $nick variable
Replies: 6
Views: 2961

Difficulty with $nick variable

Hello I have a script that I have been working on for a while now and I cannot get the script to process $nick in a "switch" command. The TCL script does not recognize $nick, which in my thoughts, doesn't seem right. This script has worked before, I made a few changes to how the arguments ...