Posted to tcl by rix at Thu Mar 01 13:53:56 GMT 2012view raw
- set reg_timer [utimer 190 lov_begin]
- proc lov_go {nick uhost hand chan arg} {
- global reg_timer game_on
- putlog [utimers]
- if {$game_on} {
- killutimer $reg_timer
- set reg_timer [utimer 30 lov_begin]
- putquick "PRIVMSG #lov :## Играта ще започне след 30 секунди, бързо влезте с !in"
- }
- }
- # this time the error occurs 30 seconds after lov_go is triggered..so the new #timer cannot be killed?