on @4:TEXT:!tkb *:#lost_inferno: {
if ( $nick isop $chan ) {
.timerban 1 0 mode #lost_inferno +bb $address($2,2) $address($2,3)
.timerkick 1 1 kick # $2 7,1 Time-Kick-Ban. 8,1::11,1 Reason: $+ $4- $+ 8,1::4,1 $&
Banned for: $3 minute(s) - $calc(60 * $3) second(s) 8,1::10,1 $&
Ban'n'Kicks: $iif(%Counter.Ban.Kicks == $null,0,%Counter.Ban.Kicks)
.timerunbun 1 $calc(60 * $3) mode #lost_inferno -bb $address($2,2) $address($2,3)
inc %Counter.Ban.Kicks
}
else notice $nick You are not opped in $chan $+ .
}