mIRC Homepage
Posted By: Joveice mIRC not reading all Twitch chats - 10/02/16 04:10 PM
So i have my bot connected to a few channels tho its not able to read from all channels?
Posted By: westor Re: mIRC not reading all Twitch chats - 11/02/16 04:11 PM
Try to put this code into the "Remotes" tab into the Script Editor by creating a new file (Alt+r -> File -> New)

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


After that restart and connect the bot again in order to apply the changes.
Posted By: Joveice Re: mIRC not reading all Twitch chats - 12/02/16 02:49 PM
Already have this https://forums.mirc.com/ubbthreads.php/topics/256647/mIRC_and_Twitch#Post256647

New problem this time
Posted By: westor Re: mIRC not reading all Twitch chats - 12/02/16 02:51 PM
Make sure you have the latest mIRC version 7.43
Posted By: Joveice Re: mIRC not reading all Twitch chats - 12/02/16 02:52 PM
Already running latest script, But this does not happen to all channels just random ones
Posted By: westor Re: mIRC not reading all Twitch chats - 12/02/16 02:54 PM
Can you give me the channel name?

A screenshot also would be useful

Also please execute this line and report back the results:

Code:
//echo -a $os $version $iif($beta,$beta,0) $md5($mircexe,2) $file($mircexe).sig $alias(0) $script(0) $dll(0) $com(0)
© mIRC Discussion Forums