-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can node-irc determine who is a mod? #340
Comments
There's a dictionary of user channel modes in |
No luck :/ Returns an object with the users like this:
Even mods have an empty string. |
As an example, check out how I do it with my IRC bot at https://github.com/jirwin/treslek/blob/master/lib/treslek.js#L114. |
I think it's just how Twitch.tv handles his chat. Neither of those methods find a Thanks for the help though. |
Twitch.tv should have allowances for checking who is a mod or not. I'm also working on a twitch bot, the following is an excerpt from the twitch docs. http://help.twitch.tv/customer/portal/articles/1302780-twitch-irc
|
Just switched to http://www.schmoopiie.com/docs/twitch-irc/ |
I'm using node-irc on twitch.tv, which has an IRC based chat. When I connect via another IRC client, it properly shows the mods, so I'm assuming twitch is providing the info.
Is there a way to retrieve the list of mods or check if a certain user is a mod?
The text was updated successfully, but these errors were encountered: