mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2015
Posts: 8
E
ekwag Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
E
Joined: Oct 2015
Posts: 8
I haven't run my bot in a while, but essentially what is happening is that I use the same bot that everyone seems to use with the points system. I have made modifications to it, but this bot worked in the past. Essentially, now when I start my bot in mirc, I do the normal /join #channel, and get into the channel. I can see that people enter and leave the channel, and my commands work. But, in the past, you could see the list of viewers and mods in the channel, but now it only is showing my account name and no viewers. Any idea what I could have messed up?

Joined: Apr 2015
Posts: 42
A
Ameglian cow
Offline
Ameglian cow
A
Joined: Apr 2015
Posts: 42
They've removed the Channel List in a update before.

Joined: Oct 2015
Posts: 8
E
ekwag Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
E
Joined: Oct 2015
Posts: 8
ahhh thank you, that makes sense, does the points bot just not work anymore? Because now it isn't adding points

Joined: Dec 2008
Posts: 1,515
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,515
Try put this code into the Remotes tab and reconnect the bot:

Code:
ON *:CONNECT: {
if (twitch isin $server) { .raw CAP REQ :twitch.tv/membership }
}


Need Online mIRC help or an mIRC Scripting Freelancer? -> https://irc.chathub.org <-
Joined: Oct 2015
Posts: 8
E
ekwag Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
E
Joined: Oct 2015
Posts: 8
Thank you! This worked perfectly


Link Copied to Clipboard