mIRC Home    About    Download    Register    News    Help

Print Thread
#268641 31/03/21 09:10 PM
Joined: Mar 2021
Posts: 2
D
DragonR Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
D
Joined: Mar 2021
Posts: 2
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

Joined: Jan 2004
Posts: 2,127
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2004
Posts: 2,127
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
  }
}

Joined: Mar 2021
Posts: 2
D
DragonR Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
D
Joined: Mar 2021
Posts: 2
the linked thread did the trick, thank you


Link Copied to Clipboard