Code:
on *:text:*:#:{
  if ((%floodcounter) || ($($+(%,floodcounter.,$nick),2))) { return }
  if ($regex($1-,/word/giS)) {
    set -u30 %floodcounter On
    set -u40 %floodcounter. $+ $nick On
    inc %count $v1
  }
  elseif ($1 == !count) {
    msg # word has been said %count times
  }
}

Just be sure what you want to do. With the above settings, it won't count it again for 30 seconds and 40 seconds per nick.

Last edited by keyeslol; 18/11/15 05:39 AM.

twitter @keyeslol