assuming emotes.txt is in the same directory as mIRC
Code:
on *:START:{
  hmake twitchEmotes 2000
  hload -n twitchEmotes emotes.txt
}

ON @*:TEXT:*:#: {
  if ($nick !isop # && $hfind(twitchEmotes, $1-, 0, W) > 5) {
    msg # Stop spamming emotes, $nick $+ !
    msg # .timeout $nick 120
  }
}

Last edited by FroggieDaFrog; 24/05/15 10:57 PM.

I am SReject
My Stuff