I made it with auto reason :tongue:
Pretty easy when I thought about it...
Code:
on *:TEXT:!kbt *:#:if ($2 ison $chan && $3 isnum) {
ban -ku $+ $3 $chan $2 2 banned for $3 seconds
}


-blk-