I was wondering if there has been some type of change to NEW subscribers. If not what script is the most recommended to use that could also have multiple lines of messages edit into it? Thought I'd post this because the current one I'm using seems to not be working

Code:
ON *:TEXT:*subscribed*:#coldsidetv:{
  if ( $nick == twitchnotify ) && ($istok($1-,subscribed to,32)) halt
  elseif ($nick == twitchnotify) && ( $4 == $null ) { msg $chan !bonus $1 1000 }
}


Thank you! (:

Last edited by Bestpeff; 15/09/16 01:55 PM.