mIRC Homepage
Posted By: Joveice mIRC and Twitch - 07/02/16 11:58 AM
So when connected to a channel it cannot view whos in the channel, when clients sends stuff but the IRC does not see any of them (does not show up in IRC chat)
On each startup it runs CAP REQ :twitch.tv/membership
to get JOIN and PART to work.
Tho thats not working while it cannot see anyone.
How do you fix this? this wasent a problem before for me.
Posted By: westor Re: mIRC and Twitch - 07/02/16 12:13 PM
First try to place this code into the "Remote" tab in Script Editor into a new file.

Code:
ON *:CONNECT: {
  raw CAP REQ :twitch.tv/membership 
  raw CAP REQ :twitch.tv/commands 
  raw CAP REQ :twitch.tv/tags  
}


Then in order to view the nicklist when you connect into the server and join into the channel from the channel tabs (switchbar) use right click into the channel and select 'Nicklist' then select the 'right' option from the dropdown box and press 'OK' , check the images below.





Make sure you are using the latest mIRC version (7.43).
Posted By: Joveice Re: mIRC and Twitch - 07/02/16 05:38 PM
Thank you adding
Code:
ON *:CONNECT: {
  raw CAP REQ :twitch.tv/membership 
  raw CAP REQ :twitch.tv/commands 
  raw CAP REQ :twitch.tv/tags  
}

fixed it
© mIRC Discussion Forums