mIRC Homepage
I'm making a command to add a persons name to a list for subscriber games-
Code:
 on *:TEXT:!subgames:#: {
   if ((%floodSUB) || ($($+(%,floodSUB.,$nick),2))) { return }
  set -u15 %floodSUB On
  set -u15 %floodSUB. $+ $nick On
  
  if ($nick == isSub) {
  msg $chan $nick has been added to sub-game list.
  write subgamelist.txt $nick $+
  }
 }


where i put "isSub" i want to check whether or not the user is a subscriber to that channel. How can I do this?
You have to get this info from the Twitch API.

Check the twitch API documentation.

Twitch Sockread Script for mIRC



Also, this thread might help you out wink
Have a look into this project, it has everything you want for Twitch: http://hawkee.com/snippet/16487/
© mIRC Discussion Forums