mIRC Homepage
Posted By: AcidzDesigns Ban specific links in a channel HELP - 29/12/14 05:02 PM
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
Posted By: judge2020 Re: Ban specific links in a channel HELP - 29/12/14 06:53 PM

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
}

Yes it is, and thank you
© mIRC Discussion Forums