View difference between Paste ID: SQZ3TBR5 and uCPRPAs3
SHOW: | | - or go back to the newest paste.
1
on *:TEXT:*:#:{
2
  ;Spam protection
3
  inc -u4 %spam_ $+ $nick
4-
  if (%spam_ $+ $nick > 5) {
4+
  if ($(%spam_ $+ $nick) > 5) {
5
    kick $chan $nick Stop the spam!
6
  }
7
  halt
8
}