When I rehash my bot, it reloads the script.
In the script it loads a timer to call proc say_stuff
after rehashing a few times, you'll get multiple random messages.
I added a condition to check if the timerexits and load if it doesn't
if {$maxtime >= 1} {
if {[timerexists say_stuff] == ""} {
timer [expr [rand $maxtime] + 1] say_stuff} }.
2006-05-01 11:50:05 UTC in Eddie's Extensions