Hi there.

I'm trying to consolidate scripts I've found online so when someone Subscribes through any of the Sub options, Prime, Donation Sub and the paid versions that an Auto message will show.

Here's the script I've got to so far but it's not triggering.

I'm not sure what I'm missing ?

Quote:
ON *:CONNECT: {
raw CAP REQ :twitch.tv/membership
raw CAP REQ :twitch.tv/commands
raw CAP REQ :twitch.tv/tags
}


on *:text:*subscribed*:#CHANNELNAME: {
if ($chan == #CHANNELNAME) && ($nick == twitchnotify))
msg $chan Wooo! SUB HYPE!!! Nice one !!! INSERT EMOTES HERE
}

Last edited by YoureNowOnTV; 01/12/17 05:22 AM.