Skip to content
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

receiving twitch irc notices / tags #46

Open
thepixelmonk opened this issue Aug 23, 2018 · 1 comment
Open

receiving twitch irc notices / tags #46

thepixelmonk opened this issue Aug 23, 2018 · 1 comment

Comments

@thepixelmonk
Copy link

I'm trying to parse out some twitch tags on Privmsgs to check whether a user is a subscriber, moderator, etc. but I don't see any info on hackage about where tag information is or possibly some raw form of the incoming message I can parse myself.

https://dev.twitch.tv/docs/irc/tags/#privmsg-twitch-tags

Does anyone else have experience with this or info on how I can get the full, raw server response?

@thepixelmonk
Copy link
Author

thepixelmonk commented Aug 23, 2018

so I think I at least need to send off the capability requests to add the info, but it seems like after requesting any one of these capabilities, my message handlers stop working and no longer receive any further Privmsgs.

https://dev.twitch.tv/docs/irc/guide/#twitch-irc-capabilities

These seem like an IRCv3 feature. I'm guessing this library just isn't v3 compatible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant