on @*:action:*:#: {
inc $+(%,action,$nick,$chan)
if ($eval($+(%,action,$nick,$chan),2) < 2) { .notice $nick Please do not use actions (the /me command) in here. Thank you. }
else { kick # $nick You were warned to not use actions. | unset $+(%,action,$nick,$chan) }
}