mIRC Home    About    Download    Register    News    Help

Print Thread
E
ekwag
ekwag
E
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?

A
Artiiz
Artiiz
A
They've removed the Channel List in a update before.

E
ekwag
ekwag
E
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,483
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,483
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 }
}

E
ekwag
ekwag
E
Thank you! This worked perfectly


Link Copied to Clipboard