nick spamfilter

These are old archives. They are kept for historic purposes only.
Post Reply
s62
Posts: 10
Joined: Wed Aug 20, 2008 11:42 pm

nick spamfilter

Post by s62 »

what spamfilters would i use if i wanted to block a range of numbers for a nick i.e.:

Nick34 <--- pretend i want this one

if some one tries to make a nick: Nick33 or Nick35 it would block it
s62
Posts: 10
Joined: Wed Aug 20, 2008 11:42 pm

Re: nick spamfilter

Post by s62 »

anyone have any ideas?
s62
Posts: 10
Joined: Wed Aug 20, 2008 11:42 pm

Re: nick spamfilter

Post by s62 »

anyone?
[dx]
Posts: 107
Joined: Sat Jun 16, 2007 1:03 am

Re: nick spamfilter

Post by [dx] »

Use ban nick block, or FORBID it ;-)
s62
Posts: 10
Joined: Wed Aug 20, 2008 11:42 pm

Re: nick spamfilter

Post by s62 »

can it block ranges of numbers?
[dx]
Posts: 107
Joined: Sat Jun 16, 2007 1:03 am

Re: nick spamfilter

Post by [dx] »

Code: Select all

ban nick {
        mask "Nick3*";
        reason "Reserved";
};
It will prevent all nicks starting nick3* to be used form non-opers
s62
Posts: 10
Joined: Wed Aug 20, 2008 11:42 pm

Re: nick spamfilter

Post by s62 »

awesomesauce
Post Reply