I have alot of scripts that checks after Usernames that is in the chat but alot of the times twitch doesnt really work that well with join/part. So the nicklist is never complete and yes I have typed in raw membership or w/e it is.

So what I would like to do is to get chatters from the Twitch API instead of the one mircs using here is the link to chatters,

http://tmi.twitch.tv/group/user/CHANNEL_NAME/chatters

That gives you all the users in the chat, is this something that can be implemented in a script?

something like

if ($2 !ison $chan) { halt }
else {

That it will check on the website instead of mircs.

Hope you guys understand thanks for reading!