mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Nov 2014
Posts: 13
A
Pikka bird
OP Offline
Pikka bird
A
Joined: Nov 2014
Posts: 13
A friend of mine wants to ban G2A links in his channel and only them links, i have tried a way of doing it but it wont work.

If someone can create the script for me it would greatly appreciated

Joined: Mar 2014
Posts: 215
J
Fjord artisan
Offline
Fjord artisan
J
Joined: Mar 2014
Posts: 215

assuming this is for twitch...
Code:
on *:text:*:#: {
set -e %domain g2a.com
set -e %howlongtotimeout 600
if (%domain !isin $1-) { return }
if ($nick isop #) { return }
msg # .timeout $nick %howlongtotimeout
}



#imAbeginner
i made a chat bot for mark_paintball! http://twitch.tv/mark_paintball
Joined: Nov 2014
Posts: 13
A
Pikka bird
OP Offline
Pikka bird
A
Joined: Nov 2014
Posts: 13
Yes it is, and thank you


Link Copied to Clipboard