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.

idletop5.tcl from tclarchive doesnt work :s

Old posts that have not been replied to for several years.
Locked
H
Hansje

idletop5.tcl from tclarchive doesnt work :s

Post by Hansje »

http://www.egghelp.org/cgi-bin/tcl_arch ... oad&id=951
is where the script can be found, just got added...

when i do !idle or !idle <nick>
i get this error :

Tcl error [idle_getnick]: invalid command name "putchan"

and changing putchan into puthelp or privmsg $chan doesnt help either :s
can someone do a proper version of this script please ? :)

thx in advance..

- hans
s
spock
Master
Posts: 319
Joined: Thu Dec 12, 2002 8:40 pm

Post by spock »

putchan is a procedure located in alltools.tcl (loaded by default in 1.6.x?)
either load it or replace occurences of "putchan $chan" with puthelp "PRIVMSG $chan :"
photon?
H
Hansje

Post by Hansje »

spock wrote:putchan is a procedure located in alltools.tcl (loaded by default in 1.6.x?)
either load it or replace occurences of "putchan $chan" with puthelp "PRIVMSG $chan :"
indeed... problem was alltools
thx for helping so quick
cheers,
hans
Locked