Page 1 of 1

Regex needed for some sort of clonex

Posted: Tue Aug 19, 2008 6:23 am
by eckstasy
Hello, I'm looking for a regex to gline annoying clonex or whatever bots they are, They have random nicks such as
"VHJKWKUFGISyz\S6OdK7" and "IIRM96SOVUWur`KAepXU" is there any regex to detect and gline those automatically?

Most of them do get caught by BOPM, although they connect multiple times with different ips, This has been happening alot
but this is the first time in 1-2 months

Any help would be appreciated, thanks.

Re: Regex needed for some sort of clonex

Posted: Wed Sep 03, 2008 10:43 pm
by Stealth
Can you give full examples of nick, ident, and real name?

Re: Regex needed for some sort of clonex

Posted: Thu Sep 25, 2008 8:04 am
by Shining Phoenix
Perhaps the fourteenth character is non-alphanumeric?

^.{13}[^[:alnum:]].{6}!

That's nice 'n' easy to read :)