-
Since a few days I get the following error from time to time from twitch:
```
2024-09-29T09:00:17.760002Z ERROR client_loop:connection:main_loop: twitch_irc::connection::event_loop: Failed to pars…
-
-
-
Twitch recommends migrating IRC-based projects to their new EventSub-based chat.
See: https://dev.twitch.tv/docs/chat/irc-migration/
-
requirements appear to be setting the password and getting capabilities, twitch irc is documented quite well in their docs at https://dev.twitch.tv/docs/irc/authenticate-bot/
-
Just curious, have you heard about [this client lib](https://github.com/gempir/go-twitch-irc)?
-
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 fo…
-
**The background**
In Twitch's IRC there's a tag called `flags`, which is *obviously* undocumented. If Automod detects something in the message the tag will take the form of `[START_POS]-[END_POS]:[S…
Mm2PL updated
3 years ago
-
Summary: https://github.com/matrix-org/matrix-appservice-irc/wiki/Bridged-IRC-networks
Right now we're not letting people bridge to arbitrary networks of their choice, but curating the bridges we s…
-
Twitch seems to have occasional issues with EventSub. It would be nice if, in case of another EventSub outage, we could throw a switch in the configuration and have the core use the old IRC library we…