Since the Twitch Prime update, not only has the normal issue where it will not pick up the twitch prime subscribers occurring, but normal resubscriptions have also stopped working as well.

I am out of town and dont have a way to test this at the moment to try and fix it, but just had a pastebin of what I am currently using and hopefully someone kind enough is able to help me with this smile


Code:
on 1:text:*subscribed*:#moonmoon_ow:{
  if ( $nick == twitchnotify ) && ($istok($1-,subscribed to,32)) halt
  elseif ($nick == twitchnotify) && ( $4 == $null ) {   
    msg  moon2HEART Thanks $1 for subscribing moon2HEART
  }
}

raw USERNOTICE:*:{
  if ($msgtags(room-id).key == 121059319) {
    if ($2- == $null) && (resub isin $msgtags) {
      msg $1 moon2HEART Welcome back $msgtags(display-name).key for $msgtags(msg-param-months).key months in a row! moon2HEART
    }
    else {
      msg $1 moon2HEART Welcome back $msgtags(display-name).key for $msgtags(msg-param-months).key months in a row! moon2HEART
    }
  } 
}


And of course, while it is being repaired, applying the fix for the twitch prime I saw on a couple other threads would be very appreciated.

Thanks.