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:
+11
-3
@@ -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; };
|
||||
|
||||
Reference in New Issue
Block a user