mIRC Homepage
Posted By: DragonR Connecting to Twitch - 31/03/21 09:10 PM
Hello

It's been years since I've used mIRC so I'm having issues connecting it to the Twitch Server.
I've done the add server thing (most likely wrong) and it says its connected but when i try to connect to a channel it appears empty and looking at the channel from the twitch site messages aren't sending or being recieved
Posted By: maroon Re: Connecting to Twitch - 01/04/21 05:26 AM
I was waiting for someone to answer who uses twitch, which I don't. You could use the "search" function to search for the word twitch to see if anyone else is asking/answering your question. If you don't have it already, you might need to do something like the below. It seems I usually fail when answering questions that turn out to be related to twitch, because I answer them according to what a normal irc network does which conforms to the normal irc rules. If you're still having trouble connecting, see https://forums.mirc.com/ubbthreads....ted-auth-connecting-to-twitch#Post268085

Code
ON *:LOGON:*: {
  if ($network == twitch) {
    raw CAP REQ :twitch.tv/membership
    raw CAP REQ :twitch.tv/commands
    raw CAP REQ :twitch.tv/tags
  }
}
Posted By: DragonR Re: Connecting to Twitch - 01/04/21 10:02 PM
the linked thread did the trick, thank you
© mIRC Discussion Forums