random nick/ident clones

These are old archives. They are kept for historic purposes only.
Post Reply
semir
Posts: 7
Joined: Tue Oct 24, 2006 7:17 pm

random nick/ident clones

Post by semir »

does someone have a solution about random nick and ident clones?

the antirandom modules doesn't help beacuse they use big and small letters ...

Bvchrj was Bnvpvj@* s
or
dHvbie was dHvbie@* b

the only one thing they all have is one small letter in real name.
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

^([a-z]+)!~?\1@
Matches when ident=nick

^([a-z]+)!~?\1@[^:]+:\1$

Matches when ident=nick=realname
Why the hell can't my signature be empty?
"Your message contains too few characters."
semir
Posts: 7
Joined: Tue Oct 24, 2006 7:17 pm

Post by semir »

Hellow,

thank you for your answer.

how can i set: nick=ident+ real name has only one caracter?
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

^([a-z]+)!~?\1@[^:]+:.$

Should do it if im correct.
Shengyli
Posts: 1
Joined: Mon Oct 08, 2007 11:44 am

Re: random nick/ident clones

Post by Shengyli »

what is the regex for nick=realname and ident=realname
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Re: random nick/ident clones

Post by Jason »

^(.*)!\1@[^:]+:\1$
Why the hell can't my signature be empty?
"Your message contains too few characters."
Post Reply