mIRC Home    About    Download    Register    News    Help

Print Thread
#253986 17/07/15 03:55 AM
Joined: Feb 2015
Posts: 5
D
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
D
Joined: Feb 2015
Posts: 5
I just got a new laptop with Windows 8, and installed mIRC to get my chat bot back up, but now it won't load the chat list. This inhibits things like mod-only commands and on-join timers from working. It's been running for over an hour and still only shows one person in chat, that person being the account connected through mIRC.

Joined: Dec 2013
Posts: 779
N
Hoopy frood
Offline
Hoopy frood
N
Joined: Dec 2013
Posts: 779
Among the dozen of other posts about this specific thing, you'd think that the information would come across other users like yourself. This is not a mIRC bug, it's a change to the twitch network. You now need to request a membership cap when you connect to the twitch servers.

Put this in your script file and it'll work if you restart mIRC.
Code:
on 1:connect: { 
if (twitch isin $server) { 
/raw CAP REQ :twitch.tv/membership
/raw CAP REQ :twitch.tv/commands
}
}


Nillens @ irc.twitch.tv
Nillen @ irc.rizon.net
Joined: Feb 2015
Posts: 5
D
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
D
Joined: Feb 2015
Posts: 5
Thank you, I haven't used mIRC in a few months and was too lazy to go searching for an answer


Link Copied to Clipboard