mIRC Home    About    Download    Register    News    Help

Print Thread
#256647 07/02/16 11:58 AM
Joined: Jul 2015
Posts: 42
J
Joveice Offline OP
Ameglian cow
OP Offline
Ameglian cow
J
Joined: Jul 2015
Posts: 42
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.

Joveice #256649 07/02/16 12:13 PM
Joined: Dec 2008
Posts: 1,515
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,515
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).


Need Online mIRC help or an mIRC Scripting Freelancer? -> https://irc.chathub.org <-
westor #256659 07/02/16 05:38 PM
Joined: Jul 2015
Posts: 42
J
Joveice Offline OP
Ameglian cow
OP Offline
Ameglian cow
J
Joined: Jul 2015
Posts: 42
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


Link Copied to Clipboard