SPAMFILTER Ferhat is ~Fe*-->*@ = not connect?

These are old archives. They are kept for historic purposes only.
Post Reply
code
Posts: 10
Joined: Sun Jun 19, 2005 1:46 pm

SPAMFILTER Ferhat is ~Fe*-->*@ = not connect?

Post by code »

Ferhat is ~Fe*-->*@ = not connect?
(NICK) (IDENT)
(HE
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

Learn regex? (see various other threads)

Otherwise you can just keep asking things forever.
code
Posts: 10
Joined: Sun Jun 19, 2005 1:46 pm

learn me

Post by code »

where is LEARN?

Ferhat is ~Fe*-->*@ = not connect?
(NICK) (IDENT)

what filter ?
(HE
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

PLEASE tell me you didnt just ask that...

Reread it in the morning, your brain is clearly more off than mine has ever been. How long have you gone without sleep? 2-3 days?
/me stops

Learn, the verb. Read the RegEx appendix to the UnrealIRCd docs.
Why the hell can't my signature be empty?
"Your message contains too few characters."
akin
Posts: 33
Joined: Wed Jun 22, 2005 8:41 am

Re: SPAMFILTER Ferhat is ~Fe*-->*@ = not connect?

Post by akin »

code wrote:Ferhat is ~Fe*-->*@ = not connect?
(NICK) (IDENT)
/os akill add ~F*@* not connect ;)

/os akill add ~a*@* not connect ;)
/os akill add ~b*@* not connect ;)
/os akill add ~c*@* not connect ;)
.
.
.
.
.
.
Winbots
Posts: 65
Joined: Wed Apr 21, 2004 12:26 am
Location: irc://irc.winbots.org/Winbots
Contact:

Post by Winbots »

in addition to the other one i gave you, (.{2})(.*)!(~)?\1.*@.+
Post Reply