Hello everyone! I've been working on a bot for Twitch.tv and I want to make a few commands subscriber-only.
Basically I have no idea what I'm doing but the small amount of syntax understanding I got from school
helps me through the mIRC Scripting Language. Also I've never really gotten into using iRC that much.
I always use webclients for QuakeNet and that's it, but since our livestream needs a bot now, I'm looking into this

If I have some sort of bot command like this:
on *:TEXT:!hello:#: { msg $chan Hello $nick! How are you? }
How can I restrict this command for non-subscribers?
I already know that I have to use the command "TWITCHCLIENT 2" to receive the status of all viewers in a seperate window named <jtv> and it works.
I can see which viewers are subscribed and which aren't, but how do I use this information in my bot?
Screen of the information I receive whenever someone types something in the iRC\Twitch Chat:
I would
really appreciate some help!
Greetz,
- Nico