Anyway, say I have a short script.. Something like this:
proc pubm:test {nick output binary chan text} {
set text {1 2 3 4 5 6 7}
set text [ lindex $text 6 ]
puts $text
Somewhere else in this script, it calls that proc, but I want it to wait 30 minutes before doing so. I also dont want it to halt the script while waiting.
I think I found what I was looking for here:
http://tcl.activestate.com/man/tcl8.3/T ... erHdlr.htm
But I am unable to understand how to utilize it.
Please help, or hint. Any help is appriciated
/Beaver3