/ban -u300 #chan NICK 3
on 1:text:!tban *:[color:red]#Channel[/color]:{ if ($2 ison [color:red]#Channel[/color] && $3 isnum) { timer 1 $3 mode [color:red]#Channel[/color] +b $address($nick,2) } else if ($3 !isnum) { notice $nick Invalid format. Use !tban <nick> <wait-time> } else { notice $nick $2 is not on [color:red]#Channel[/color] } }
on 1:text:!tban *:[color:red]#Channel[/color]:{ if ($2 ison [color:red]#Channel[/color] && $3 isnum) { timer 1 $3 mode [color:red]#Channel[/color] +b $address($nick,2) timer 1 $3 kick [color:red]#Channel[/color] $2 } else if ($3 !isnum) { notice $nick Invalid format. Use !tban <nick> <wait-time> } else { notice $nick $2 is not on [color:red]#Channel[/color] } }
on 1:text:!tban *:#Channel:{ if ($2 !ison $chan) notice $nick $2 is not on $chan elseif (($3 !isnum 0-) && ($3 != $null)) notice $nick Invalid format. Use !tban <nick> [wait-time] else $iif($calc(0 + $3),.timer 1 $v1) ban -ku600 $chan $2 2 } }