HELP.. SPAM FILTER¿?

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

HELP.. SPAM FILTER¿?

Post by code »

ABCDE is ~AB*-->*@
(NICK) (IDENT)

not connect? REGEX?


for example..

ABCDE is ~ABASDASD@
(NICK) (IDENT)
or
FG is ~FGwhite@
(NICK) (IDENT)
or
C1A5 is ~C1asdkhasdhas@
(NICK) (IDENT)
or
C1asd is ~C1@
(NICK) (IDENT)


not connect? REGEX?

FOR

Code: Select all

spamfilter { 
regex "regex"; 
target user; 
action kill; 
reason "Giris icin Nick name iniz ile Identiniz farkli olmalidir."; 
}; 

(HE
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Please stop asking the same question over and over again.
http://forums.unrealircd.com/viewtopic.php?t=2152
http://forums.unrealircd.com/viewtopic.php?t=2157

You really should learn regexp. Have a look at our manual ( http://www.vulnscan.org/UnrealIRCd/unre ... html#regex ) and google for more information - there are thousands of sites out there explaining regular expressions.
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Locked