mIRC Homepage
Posted By: Newbie [Twitch] Join/Part command update? - 26/06/15 11:48 PM
So I'm trying to work with this new update which I guess makes the join and part command obsolete?
What I'm trying to understand is do I have to ask for membership permission for every command I use or just when starting the IRC connection?
I know I have to use this but I'm still not certain where.
/raw CAP REQ :twitch.tv/membership
Posted By: Khonor Re: [Twitch] Join/Part command update? - 27/06/15 12:08 AM
You must now use this code:

on *: CONNECT: {
   if ($ server == tmi.twitch.tv) {
     / raw CAP REQ: twitch.tv/membership
     / raw CAP REQ: twitch.tv/commands
   }
}
Posted By: Newbie Re: [Twitch] Join/Part command update? - 27/06/15 12:52 AM
Thank you! Sorry one last question, do I have to use that command every time I want to use Join or can I use join and part afterwards?
Posted By: Khonor Re: [Twitch] Join/Part command update? - 27/06/15 01:31 AM
You're welcome! You refer to the command, !join?
Posted By: Newbie Re: [Twitch] Join/Part command update? - 27/06/15 04:46 PM
Yes, a couple of commands I use contain the part or join event in order to include the viewer into a text file. Would I just use join/part after already asking for permission on connect? Or do I have to ask for the membership every time I need the information?
Posted By: Khonor Re: [Twitch] Join/Part command update? - 27/06/15 09:09 PM
No, once you already load the code in your mIRC, must be able to connect normally as before.
Posted By: Khonor Re: [Twitch] Join/Part command update? - 27/06/15 09:16 PM
Once you restart your mIRC will tell you something like this: [img:center]http://prntscr.com/7m3myk[/img]
Posted By: Thedelirious1 Re: [Twitch] Join/Part command update? - 29/06/15 03:21 AM
This worked for me. http://help.twitch.tv/customer/portal/articles/1302780-twitch-irc#mIRC%20guide
© mIRC Discussion Forums