Spamfilter in Channels

These are old archives. They are kept for historic purposes only.
Post Reply
Shimmy
Posts: 7
Joined: Tue Apr 27, 2004 9:03 pm
Contact:

Spamfilter in Channels

Post by Shimmy »

Somehow the spamfilter doesn't work for me with channels.. doesn't matter what i try a user can say whatever he wants in channels and he won't get kicked or the message blocked or whatever..

can anyone help me?
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

1. What's the exact spamfilter you use
2. What's the exact phrase you let the user say

(Also, note that spamfilter does not apply to opers)
Shimmy
Posts: 7
Joined: Tue Apr 27, 2004 9:03 pm
Contact:

Post by Shimmy »

i know that it won't work on ircops.. i tested it with a friend..

here's the spamfilter line:
F c kill 0 3 86400 Spam/Advertising [email protected] Come here baby

and he just says
Come here baby
Last edited by Shimmy on Fri Nov 19, 2004 9:19 pm, edited 1 time in total.
Shimmy
Posts: 7
Joined: Tue Apr 27, 2004 9:03 pm
Contact:

Post by Shimmy »

anyone... .....?
GouroB
Posts: 182
Joined: Thu Oct 28, 2004 7:42 pm
Location: London
Contact:

Post by GouroB »

F c kill 0 3 86400 Spam/Advertising [email protected] Come here baby
its what u get when u do /spamfilter in ur server .. but can u paste the cmd u used ... to add this spam filter ... like i added those spamfilters r working nice ..
/spamfilter add pnNu block - no-Swear *fuck*
and one more thing if u wanna add 2/3 words togather in a spamfilter , u shld use regex/wild card ... like u shld have used like " *Come* *here* *baby* "

best of luck ....
-=GouroB=-
https://www.shunno.info
Your complete web Solution
Irc.BanglaCafe.com
LargesT Chat server in BanglaDesH
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

GouroB wrote:
/spamfilter add pnNu block - no-Swear *fuck*
and one more thing if u wanna add 2/3 words togather in a spamfilter , u shld use regex/wild card ... like u shld have used like " *Come* *here* *baby* "
Um... spamfilter never uses wildcards. Regex only. That regex you posted would not work. You need to use something like .* instead of *.
GouroB
Posts: 182
Joined: Thu Oct 28, 2004 7:42 pm
Location: London
Contact:

.....

Post by GouroB »

You need to use something like .* instead of *.
need to use .* where ? u mean i shld use .*fuck to add the word in spamfilter ? umm but it worked for me when i simply added ..
/spamfilter add pnNu block - advertiser *irc.baal* *chat.com*
i didnt use .* ... :!:

thx for the correction anyways
-=GouroB=-
https://www.shunno.info
Your complete web Solution
Irc.BanglaCafe.com
LargesT Chat server in BanglaDesH
Shimmy
Posts: 7
Joined: Tue Apr 27, 2004 9:03 pm
Contact:

Post by Shimmy »

here for example this one:
/spamfilter add c kill - - Fuck

should be correct mh..?
GouroB
Posts: 182
Joined: Thu Oct 28, 2004 7:42 pm
Location: London
Contact:

Post by GouroB »

Should be :D
-=GouroB=-
https://www.shunno.info
Your complete web Solution
Irc.BanglaCafe.com
LargesT Chat server in BanglaDesH
Shimmy
Posts: 7
Joined: Tue Apr 27, 2004 9:03 pm
Contact:

Post by Shimmy »

well but he won't do anything..
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Why do people insist on abusing the spamfilter in such ways?!

Ladies and gentlemen, let me introduce to you some OLD features that you SHOULD be using!

Introducing.... *drum roll*

:arrow: THE BADWORD SYSTEM!

:arrow: SET::MODES-ON-JOIN

:arrow: SET::RESTRICT-CHANNELMODES

*tada!*

Code: Select all

badword channel { word *fuck*; action block; };
set { 
  restrict-channelmodes "G"; 
  modes-on-join "G";
};
Post Reply