Originally Posted By: sparky44863
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?


Not for use with Twitch, No. You have to list them individually. I'd recommend putting all the commmon ones in there.