mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2014
Posts: 1
T
Mostly harmless
OP Offline
Mostly harmless
T
Joined: Oct 2014
Posts: 1
I am using the mirc client to host a Twitch.TV bot, but when I connect to a channel, the userlist on mirc is blank except for the account it is on. This means I can't use commands that are mod specific because it doesn't detect if the user is op... Does anyone have a fix for this?

Actually I found out that removing this piece of code that detects new subscribers works.

Code:
on 1:CONNECT: { /TWITCHCLIENT 3 }

on 1:TEXT:*subscribed*:#channel: {
  if ( $nick == twitchnotify ) { msg # Welcome to the sub club $$1! }
}


Does anyone know why it does this to the connection?

Last edited by TheOnlyLite; 23/10/14 07:11 AM.
Joined: Jan 2004
Posts: 1,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
That's just how twitch operates.

Joined: Jun 2014
Posts: 248
B
Fjord artisan
Offline
Fjord artisan
B
Joined: Jun 2014
Posts: 248
twitchclient 3 gives you different sets of information than the standard sent to your client. And no, no one has any idea why they use this horrific setup. Its bad, and they should feel bad.

Last edited by Belhifet; 24/10/14 06:14 AM.
Joined: Aug 2014
Posts: 26
S
Ameglian cow
Offline
Ameglian cow
S
Joined: Aug 2014
Posts: 26
If you want to detect subscribers
TWITCHCLIENT 1 Has been working for me for a while, it takes little to have the list updated and it comes in sort of waves..


Link Copied to Clipboard