mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2016
Posts: 18
A
apoio82 Offline OP
Pikka bird
OP Offline
Pikka bird
A
Joined: Dec 2016
Posts: 18
Does anyone know how to make an accountant banned from the twitch channel?
I was able to do subscriber counter:
On *: TEXT: * subscribed *: #: {
If ($ nick == twitchnotify) && ($ istok ($ 1-, subscribed to, 32)) halt
Elseif ($ nick == twitchnotify) && ($ 4 == $ null) {describe $ chan NEW SUBSCRIBER }
}

Joined: Jul 2016
Posts: 28
Z
Ameglian cow
Offline
Ameglian cow
Z
Joined: Jul 2016
Posts: 28
So do you want to count the number of bans the bot does, or the people do in general? Also the code you wrote is not a subscriber counter, but rather just an announcer that someone has subscribed.


As a side note as well, that announcer script will break in the next couple of weeks.

Last edited by zapdos26; 23/04/17 04:52 PM.
Joined: Dec 2016
Posts: 18
A
apoio82 Offline OP
Pikka bird
OP Offline
Pikka bird
A
Joined: Dec 2016
Posts: 18
Thanks for the answer: D
I need a counter for the exclusions (BAN) of the twitch rooms. If you can help me thank you enough.


Link Copied to Clipboard