1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-06 14:53:12 +02:00

More spamfilter updates

This commit is contained in:
codemastr
2004-03-06 20:26:24 +00:00
parent 301dbe6e59
commit 7bc23b4279
+11 -3
View File
@@ -57,21 +57,21 @@ spamfilter {
};
spamfilter {
regex "^!packet ([0-9]{1,3}\.){3}[0-9]{1,3} [0-9]+";
regex "^!packet ([0-9]{1,3}\.){3}[0-9]{1,3} [0-9]{1,15}";
target channel;
reason "Attempting to use a GTBot";
action block;
};
spamfilter {
regex "^!icqpagebomb ([0-9]+ ){2}.+";
regex "^!icqpagebomb ([0-9]{1,15} ){2}.+";
target channel;
reason "Attempting to use a GTBot";
action block;
};
spamfilter {
regex "^!pfast [0-9]+ ([0-9]{1,3}\.){3}[0-9]{1,3} [0-9]{1,5}$";
regex "^!pfast [0-9]{1,15} ([0-9]{1,3}\.){3}[0-9]{1,3} [0-9]{1,5}$";
target channel;
reason "Attempting to use a GTBot";
action block;
@@ -84,6 +84,14 @@ spamfilter {
action block;
};
spamfilter {
regex "^.u(dp)? ([0-9]{1,3}\.){3}[0-9]{1,3} [0-9]{1,15} [0-9]{1,15} [0-9]{1,15}( [0-9])*$";
target channel;
reason "Attempting to use an SDBot";
action block;
};
spamfilter {
regex "^.syn ((([0-9]{1,3}\.){3}[0-9]{1,3})|([a-zA-Z0-9_-]+\.[a-zA-Z0-9_-]+\.[a-zA-Z0-9_.-]+)) [0-9]{1,5} [0-9]{1,15} [0-9]{1,15}";
target { channel; private; };