mIRC Home    About    Download    Register    News    Help

Print Thread
#253483 16/06/15 07:09 PM
P
paulie9990
paulie9990
P
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?

#253484 16/06/15 07:11 PM
Joined: May 2015
Posts: 245
S
Fjord artisan
Offline
Fjord artisan
S
Joined: May 2015
Posts: 245
No, its not. You read carelessly.

P
paulie9990
paulie9990
P
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.

#253486 16/06/15 07:30 PM
Joined: May 2015
Posts: 245
S
Fjord artisan
Offline
Fjord artisan
S
Joined: May 2015
Posts: 245
A bunch of code is (and was before) more reliable then "isop" (for twitch).

P
paulie9990
paulie9990
P
So how do you request membership with mIRC?

#253489 16/06/15 07:48 PM
Joined: May 2015
Posts: 245
S
Fjord artisan
Offline
Fjord artisan
S
Joined: May 2015
Posts: 245
Your 1st link, 13 post. Carelessly.

#253496 16/06/15 11:43 PM
L
Liands
Liands
L
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

#253497 17/06/15 12:13 AM
Joined: Jan 2004
Posts: 1,330
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,330
Join/Part are completely disabled right now. They will be enabled through the membership cap after e3.

L
Liands
Liands
L
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?

#253510 17/06/15 08:05 PM
P
powerade661
powerade661
P
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.

Last edited by powerade661; 17/06/15 08:06 PM.
#253511 17/06/15 08:08 PM
Joined: May 2015
Posts: 245
S
Fjord artisan
Offline
Fjord artisan
S
Joined: May 2015
Posts: 245
Do "wait till twitch turn it on and try then".

P
powerade661
powerade661
P
Wait splinny, so would I put those commands in the tmi.twich after E3?

#253513 17/06/15 08:14 PM
Joined: May 2015
Posts: 245
S
Fjord artisan
Offline
Fjord artisan
S
Joined: May 2015
Posts: 245
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.

K
keyeslol
keyeslol
K
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.

#253525 18/06/15 06:35 AM
Joined: May 2015
Posts: 245
S
Fjord artisan
Offline
Fjord artisan
S
Joined: May 2015
Posts: 245
You need to use "raw *:*:{ }" and "$rawmsg" to handle this.

K
keyeslol
keyeslol
K
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.

#253536 19/06/15 02:32 AM
P
powerade661
powerade661
P
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.

#253544 19/06/15 05:48 PM
K
keyeslol
keyeslol
K
Those have already been added, the issue is on text events don't work from console.

#253546 19/06/15 06:54 PM
Joined: Dec 2008
Posts: 1,483
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,483
I think this code will solve all your problems: http://www.mpaste.com/p/xY


Link Copied to Clipboard