Page 1 of 1

HELP.. SPAM FILTER¿?

Posted: Thu Jun 23, 2005 1:17 pm
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."; 
}; 


Posted: Thu Jun 23, 2005 3:13 pm
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.