b3d2s6j4 except

These are old archives. They are kept for historic purposes only.
Post Reply
akin
Posts: 33
Joined: Wed Jun 22, 2005 8:41 am

b3d2s6j4 except

Post by akin »

Code: Select all

a2b5d6u6
s2t6t6o6
e8a9i6v9
as
4 letter 4 nummer total = 8 car wordy except catch?
ARcanUSNUMquam
Posts: 17
Joined: Fri Apr 01, 2005 1:31 am
Contact:

Post by ARcanUSNUMquam »

Are you looking for a way to ban all nicks of that format? If so, here ya go

Code: Select all

/spamfilter add u gline - Go_away ^((?-i)[a-z](?i)[0-9]){4}!
The (?-i) and (?i) force it to be lowercase. [a-z] means a letter, [0-9] means a number, and {4} means repeated four times. I put the ^ and the ! to ensure that this will match only in the nick part of the user mask, and nowhere else.
ARcanUSNUMquam
Net Admin @ irc.allxtremenet.net
http://TwoAMProductions.net
akin
Posts: 33
Joined: Wed Jun 22, 2005 8:41 am

Post by akin »

negative
akin
Posts: 33
Joined: Wed Jun 22, 2005 8:41 am

Post by akin »

Code: Select all

([[:alpha:]][[:digit:]]){4}
except?

Code: Select all

[^([[:alpha:]][[:digit:]]){4}]
Negative :(

Help me pleas?
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

Negative, as in he never said it was a nick, so your filter didnt work.

Whats wrong with:

/spamfilter + cpnNuatq gzline 1d BANNED. ([a-z][0-9]){4}

I highly doubt case based false positives are a problem.
Why the hell can't my signature be empty?
"Your message contains too few characters."
Post Reply