i came up with this :
set imdb_wait 180
set killtim [utimerexists "imdb_handler"]; if {$killtim != ""} { killutimer $killtim }
set killtim [utimerexists "set wacht \"jaja\""]; if {$killtim != ""} { killutimer $killtim }
set wachttim [utimerexists "set wacht \"jaja\""]
if {$wachttim != ""} {
putserv "NOTICE $chan :Sorry, maar om flood te voorkomen kan dit slechts 1 keer per $imdb_wait seconden.."
return 0
}
utimer $imdb_wait "set wacht \"jaja\""
but it don't work.
to be honest the piece of code is from another script, so my senses tell me i forgot something or ripped to much. can't figure it out

anyone? tia