Page 1 of 1
How to block /banner ??
Posted: Sat Oct 14, 2006 4:23 am
by Niezsche
<test> _____ _____ ____ _____
<test> |_ _| | ____| / ___| |_ _|
<test> | | | _| \___ \ | |
<test> | | | |___ ___) | | |
<test> |_| |_____| |____/ |_|
how to block this banner??
Posted: Mon Oct 16, 2006 4:19 pm
by Jason
Spamfilters can only match single lines. You could try something like this which will block all lines with only |, \, /, (, ), _ and space in them:
/spamfilter block cN Noone_likes_your_banners. ^[|\\/()_ ]+$
Posted: Thu Oct 19, 2006 6:09 am
by aquanight
Simple message flood helps (eg, chanmode +f).
Posted: Sun Jun 03, 2007 8:35 am
by Annihilator90
Sorry to tell you but this regex
/spamfilter block cN Noone_likes_your_banners. ^[|\\/()_ ]+$
doesn't work in my server. It doesn't block the banner messages. But if I use /spamfilter block cN Spam \ / ...it will block the banner message starting with "A" and "W". But for "M" and "N", and other words, I still need a good regex.
Also chan mode +f will trigger a ban and a kick only after a partial message has been displayed. I don't want any of the banner message. Is there a way? Thank You !!!