Regex needed for some sort of clonex

These are old archives. They are kept for historic purposes only.
Post Reply
eckstasy
Posts: 1
Joined: Sun May 11, 2008 1:56 pm

Regex needed for some sort of clonex

Post 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.
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: Regex needed for some sort of clonex

Post by Stealth »

Can you give full examples of nick, ident, and real name?
Shining Phoenix
Posts: 21
Joined: Sun Dec 17, 2006 4:36 am

Re: Regex needed for some sort of clonex

Post by Shining Phoenix »

Perhaps the fourteenth character is non-alphanumeric?

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

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