Skip to content
MSN

link names

A TG007 community discussion started by carlos4jo.

Discussion 7 posts
Page 1 of 1
Open
Topic #4090 · 7 published posts · 612 views

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 }

Edited Jul 11, 2005 6:07 PM by XþloziOn

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.