nick regex for 8 chars all caps not working?
Posted: Wed Jan 09, 2008 3:34 am
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.
any idea?
Code: Select all
spamfilter {
regex "^([A-Z]){8,}";
target { user; };