Originally Posted By: Sakana
Uhm, nevermind the last script. It can be done much simpler

Code:
ON @*:TEXT:*:#: {
  if ($nick !isop #) {
    if ( $regex($1-,/Kappa|FrankerZ|DansGame|SoonerLater/g) >= 5 ) {
      msg # Stop spamming emotes, $nick $+ !
      msg # .timeout $nick 120

    }
  }


is there a way to do this without listing them individually?