mIRC Home    About    Download    Register    News    Help

Print Thread
#268641 31/03/21 09:10 PM
D
DragonR
DragonR
D
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

#268642 01/04/21 05:26 AM
Joined: Jan 2004
Posts: 2,081
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jan 2004
Posts: 2,081
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
  }
}

D
DragonR
DragonR
D
the linked thread did the trick, thank you


Link Copied to Clipboard