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.