Welcome
on @*:TEXT:*:#:{
if ($nick isop #) return
if ($calc($count($1-,?) + $count($1-,!)) >= 10) {
;The above if statement is all you really need for a punctuation kicker
;It just counts the number of times ! and ? was said, and if that number is greater or equal to
;10 then it kicks the user
ban -u60 # $nick 11
kick # $nick You used too many !?'s ( $+ $count($1-,?) $+ ?'s and $count($1-,!) $+ !'s)
}
}