Aight, so im trying to make my bot announce in chat when someone subscribes.
This is the script that im using.
on *:TEXT:just subscribed!:#: {
if ( $nick == twitchnotify )
msg $chan Welcome $nick and thank you for subscribing!
}
I have done the /raw twitchclient 3, so i do see the Twitchnotify usernamn announce that $nick subscribed. But it still wont announce it in chat.