
It tried to give currencies to "10" nickname, even though it was not Live. I think Twitch Prime is now f***ing with basic Subscribers.
Before Twitch Primes came, I used this and worked very well and perfect:
on 1:connect: { raw CAP REQ :twitch.tv/membership }
on 1:text:*subscribed*:#CHANNELNAME:{
if ( $nick == twitchnotify ) && ($istok($1-,subscribed to,32)) halt
elseif ($nick == twitchnotify) && ( $4 == $null ) { describe $chan WELCOME, $1! }
}