mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2016
Posts: 14
J
Pikka bird
OP Offline
Pikka bird
J
Joined: Jan 2016
Posts: 14
Hello!
After I changed the server to chat.irc.twitch.tv my bot dont get if sb. join or leave. He only recieve and can sent msg. but dont get the viewer list. I already did /list but it dont get it

Joined: Sep 2014
Posts: 52
Babel fish
Offline
Babel fish
Joined: Sep 2014
Posts: 52
Make sure you have this somewhere in your remote files-

Code:
ON *:CONNECT: {
  if ($server == tmi.twitch.tv) {
    raw CAP REQ :twitch.tv/membership
    raw CAP REQ :twitch.tv/commands
    raw CAP REQ :twitch.tv/tags
  }
}

Joined: Jan 2016
Posts: 14
J
Pikka bird
OP Offline
Pikka bird
J
Joined: Jan 2016
Posts: 14
Did it, but dont work frown

Last edited by Joshymanman; 24/03/16 05:48 AM.
Joined: Jan 2016
Posts: 14
J
Pikka bird
OP Offline
Pikka bird
J
Joined: Jan 2016
Posts: 14
Thank you i pressed del ^^ was my fault thank you million times <3


Link Copied to Clipboard