mIRC Home    About    Download    Register    News    Help

Print Thread
A
AcidzDesigns
AcidzDesigns
A
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: 214
J
Fjord artisan
Offline
Fjord artisan
J
Joined: Mar 2014
Posts: 214

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
}


A
AcidzDesigns
AcidzDesigns
A
Yes it is, and thank you


Link Copied to Clipboard