spamfilter

These are old archives. They are kept for historic purposes only.
Post Reply
GouroB
Posts: 182
Joined: Thu Oct 28, 2004 7:42 pm
Location: London
Contact:

spamfilter

Post by GouroB »

ok the thing is ... i was told
'[' and ']' are characters that have a special mening in regex, so if you want a literal '[' and ']' you need to escape them ('\[' and '\]'), so:
Code:
/spamfilter add u kill - BOT ^\[dOpEpiG\]\d*
but what can do for fixed nicks like " owner , pc10 , rhoda , mp3 "

i tried
/spamfilter add u kill - BOT owner
but its also blocking all sorta names which has " owner " this word .... like its not letting in any nick like " amiowner , ownerna " etc .... so ... how shld add a specific word like " owner " or " pc10 " in spamfilter as bad nick ?

any one ?
-=GouroB=-
https://www.shunno.info
Your complete web Solution
Irc.BanglaCafe.com
LargesT Chat server in BanglaDesH
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

These are really the basics, see ^ (and $), but why not take some time to learn about regex in general? It's worth it :).
Post Reply