I used this code and it didn't work for the resubs, let me know if I did anything wrong. [It did work for the new subs though]

on *:LOGON:*:{
raw CAP REQ :twitch.tv/membership
raw CAP REQ :twitch.tv/tags
raw CAP REQ :twitch.tv/commands
/debug @raw
}

on 1:TEXT:*subscribed*:#[nickmercs]:{
if ( $nick == twitchnotify ) && ($istok($1-,subscribed to,32)) halt
elseif ($nick == twitchnotify) && ( $4 == $null ) { describe $chan nickmercsSH Welcome to the #MercsFam $1 nickmercsLOVE nickmercsLY $+ ! }
}


raw USERNOTICE:*:{
if (($msgtags(msg-id).key == resub) && ($1 == #[nickmercs])) {
var %nick $iif($msgtags(display-name).key, $v1, $msgtags(login).key)
if ($0 == 1) {
describe $1 nickmercsSH %nick has been subbed for $msgtags(msg-param-months).key months in a row! nickmercsLOVE nickmercsLY
}
else {
describe $1 nickmercsSH %nick has been subbed for $msgtags(msg-param-months).key months in a row with the message: $qt($2-) nickmercsLOVE nickmercsLY
}
}
}

Last edited by ItsWZRDx; 02/07/16 04:22 AM.