mIRC Homepage
Posted By: paulie9990 New Twitch Protocol? - 16/06/15 07:09 PM
http://discuss.dev.twitch.tv/t/users-list-in-irc-clients-missing-for-me/2525

http://discuss.dev.twitch.tv/t/join-part-changes-temporary-and-future/2519

Basically, it seems that mIRC will not work with twitch anymore. This is kind of a big issue. Any ideas of how to connect after E3 is over?
Posted By: splinny Re: New Twitch Protocol? - 16/06/15 07:11 PM
No, its not. You read carelessly.
Posted By: paulie9990 Re: New Twitch Protocol? - 16/06/15 07:27 PM
Quote:
We'll re-enable it for MEMBERSHIP after e3, but this is the end of JOIN / PART for basic chat connections.

Moving forward, you will be required to request the MEMBERSHIP capability to receive JOIN and PART messages.


I have no idea how to do "Membership" in mIRC, it just seems like it will be overly complicated, and will break is op too, you'd have to do something like $hget(stream,$chan $+ ;moderators; $+ $nick) which you'd have to write a bunch of code for. Meh.
Posted By: splinny Re: New Twitch Protocol? - 16/06/15 07:30 PM
A bunch of code is (and was before) more reliable then "isop" (for twitch).
Posted By: paulie9990 Re: New Twitch Protocol? - 16/06/15 07:44 PM
So how do you request membership with mIRC?
Posted By: splinny Re: New Twitch Protocol? - 16/06/15 07:48 PM
Your 1st link, 13 post. Carelessly.
Posted By: Liands Re: New Twitch Protocol? - 16/06/15 11:43 PM
I already used the / raw CAP REQ: twitch.tv/commands and / raw CAP REQ: twitch.tv/membership nor the JOIN / PART functions still work or new commands are recognized as valid within the mIRC

Link: https://github.com/justintv/Twitch-API/blob/master/chat/capabilities.md#membership
Posted By: Loki12583 Re: New Twitch Protocol? - 17/06/15 12:13 AM
Join/Part are completely disabled right now. They will be enabled through the membership cap after e3.
Posted By: Liands Re: New Twitch Protocol? - 17/06/15 02:23 AM
but not even the commands enabled by / raw CAP REQ: twitch.tv/commands are working. I would like to use the correct form in REMOTE mIRC?
Posted By: powerade661 Re: New Twitch Protocol? - 17/06/15 08:05 PM
This is what I am wondering. I understand why they are doing this and it makes a lot of sense. But what doesn't make sense is how to get it working again. And putting those in a remote file only created another thing called Channel List # I have no idea what else to do.
Posted By: splinny Re: New Twitch Protocol? - 17/06/15 08:08 PM
Do "wait till twitch turn it on and try then".
Posted By: powerade661 Re: New Twitch Protocol? - 17/06/15 08:11 PM
Wait splinny, so would I put those commands in the tmi.twich after E3?
Posted By: splinny Re: New Twitch Protocol? - 17/06/15 08:14 PM
Dont know what does it mean, but you cant figure out are you right or not cause you CANT try it right now with joins\parts.
Posted By: keyeslol Re: New Twitch Protocol? - 18/06/15 01:44 AM
mIRC still works, i've roughly fixed it without moving to ircv3 on my bot i've coded.

However, i'm in the process of moving to ircv3, because it gives me a lot of useful information in the chat about the users, including subs, turbo, mod, etc status.

Here's an output of the new format:

tmi.twitch.tv @color=#8A2BE2;display-name=noname;emotes=;subscriber=1;turbo=0;user-type=mod noname!noname@noname.tmi.twitch.tv PRIVMSG #fakechannel:No advertising

What needs to be done now, is to read this console message (all channels are in your tmi window now) and then re-write all your on*:text: blah blah. So, i'm sure experts here can figure it out way before me.
Posted By: splinny Re: New Twitch Protocol? - 18/06/15 06:35 AM
You need to use "raw *:*:{ }" and "$rawmsg" to handle this.
Posted By: keyeslol Re: New Twitch Protocol? - 19/06/15 12:29 AM
So, now my challenge is to be able to trigger these on text events in console, and send it to the channel like in the past.
Posted By: powerade661 Re: New Twitch Protocol? - 19/06/15 02:32 AM
That is not necessary. You need to put these commands in the TMI twitch window.

Code:
/raw CAP REQ :twitch.tv/membership
/raw CAP REQ :twitch.tv/commands





Wait for the server to respond and your JOIN and PART commands will be restored. DO NOT execute the command again unless you are connecting to the server again.
Posted By: keyeslol Re: New Twitch Protocol? - 19/06/15 05:48 PM
Those have already been added, the issue is on text events don't work from console.
Posted By: westor Re: New Twitch Protocol? - 19/06/15 06:54 PM
I think this code will solve all your problems: http://www.mpaste.com/p/xY
© mIRC Discussion Forums