You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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?
The text was updated successfully, but these errors were encountered: