has someone got a ban for link names or a kick ban or something pls i keep haveing someone come in with link names on a script and its annoying!
has someone got a ban for link names or a kick ban or something pls i keep haveing someone come in with link names on a script and its annoying!
do you have a script you are using? Do you know there gatekeeper number?
yes i have there gatekeepers but the thing is he is using different accounts:@
Add this to your Menubar, Nicklist, Channel or wherever you wanna put it.
Note :It didnt paste right in the topic board but it will paste properly in your script editor.
********************************************************************
=Nick/Denyz=
.Picture Names
..Deny:{ access $chan add deny **!*@*$* | access $chan add deny *�*!*@*$* | access $chan add deny **!*@*$* | /msg # S \rTahoma;0 Picture names denied }
..Allow:{ access $chan delete deny **!*@*$* | access $chan delete deny *�*!*@*$* | access $chan delete deny **!*@*$* | /msg # S \rTahoma;0 Picture names Allowed }
.Link Names
..Deny:{ access $chan add deny **!*@*$* | /msg # S \rTahoma;0 Link names denied }
..Allow:{ access $chan delete deny **!*@*$* | /msg # S \rTahoma;0 Link names Allowed }
.Return Names
..Deny:{ access $chan add deny *�*!*@*$* | /msg # S \rTahoma;0 Return names denied }
..Allow:{ access $chan delete deny *�*!*@*$* | /msg # S \rTahoma;0 Return names Allowed }
.Blank Names
..Deny:{ access $chan add deny **!*@*$* | /msg # S \rTahoma;0 Blank names denied }
..Allow:{ access $chan delete deny **!*@*$* | /msg # S \rTahoma;0 Blank names Allowed }
Looks kewl XþloziOn, Does this get rid of there link names only?
I figure maybe just use there GateKeeperPassport number to bann them from room. what I would do, sence it don't happen alot.
on *:join:#:{
if (*ï€* iswm $nick) spacekick
if (*��* iswm $nick) linkkick
}
alias spacekick { kick # $nick Sorry $nick but nicks contain spaces or return characters are not allowed in this room.Change your nick and comeback again please :) | access # add DENY *! $+ $$ial($2 $+ *,1).addr 2 }
alias linkkick { kick # $nick Sorry $nick but link nicks are not allowed in this room.Change your nick and comeback again please :) | access # add DENY *! $+ $$ial($2 $+ *,1).addr 2 }
Custom Computer
AMD Athlon 64 x2 Dual Core 5200+
Asus M2N-SLI MOB
2GB DDR2 @ 800mhz
160GB Hard Drive
NVidia GeForce 8400GS 256
Eaglenest it bans return names, link names, blank names & picture names. Carlos If this code doesn't work up to your standards try the code below by Molson.
Sign in to reply or start a new topic where your account has permission.