and timers dont work with IF
just to make something clear timer do work whit if, IF use properly. in this exemple if your bot is op it will check if there is anymode and if there is none it will set +ntl 11
see:
on *:OP:#:{
if ($opnick == $me) && ($chan($chan).mode == $null) { inc -u20 %x | timer.set. $+ $chan 1 %x if $me isop $chan && $chan($chan).mode == $null mode $chan +ntl $calc($nick($chan,0) + 10) }
}