nick regex for 8 chars all caps not working?

These are old archives. They are kept for historic purposes only.
Post Reply
outz
Posts: 7
Joined: Mon Jun 11, 2007 7:40 pm

nick regex for 8 chars all caps not working?

Post by outz »

hello. i am trying to create a regex for nick 8 chars all caps... it looks correct to me, but it affects 8 chars, caps or not.. and anything above 8.

Code: Select all

spamfilter {
        regex "^([A-Z]){8,}";
        target { user; };
any idea?
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: nick regex for 8 chars all caps not working?

Post by Stealth »

If you're trying to block spammers that look like: JVQOMUTF is "DINKYHQB" ([email protected]), you can find the solution here: http://forums.unrealircd.com/viewtopic.php?f=18&t=4961

If not, you can use the regex in that post as an example to see what you're doing wrong.
Post Reply