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.

HELP: addme.tcl Removing Topic

Old posts that have not been replied to for several years.
Locked
e
eloi_egon

HELP: addme.tcl Removing Topic

Post by eloi_egon »

I have installed addme.tcl and got the "Tcl error [addme_something]:
can't read "tmp": no such variable"-error message. The solution is in in the readme file and mentions that i have to remove the topic from my IRC channel.

Looks stupid but how do I do that?
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

No global/local variable exists named "tmp".
Try to check if the variable 'tmp' has been declared
and if correctly.

If it is declared globally outside a procedure and
mentioned in the global <vars> procedure, or
has it been declared "set tmp <blabla>" inside
a procedure before it has been utilized.
·­awyeah·

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