mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-01 15:46:37 +02:00
spybot .syn sig
This commit is contained in:
@@ -83,3 +83,10 @@ spamfilter {
|
||||
reason "Attempting to use a GTBot";
|
||||
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; };
|
||||
reason "Attempting to use a SpyBot (syn flood command)";
|
||||
action block;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user