From 14ec92e352b2a899177f34d7f037345e9ac09db6 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Sat, 24 Jun 2023 14:27:56 -0400 Subject: [PATCH] Added increased flood rates for unknown users --- doc/conf/unrealircd.remote.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf/unrealircd.remote.conf b/doc/conf/unrealircd.remote.conf index 443aee7..a795b7b 100644 --- a/doc/conf/unrealircd.remote.conf +++ b/doc/conf/unrealircd.remote.conf @@ -184,7 +184,7 @@ set { join-flood 3:300; nick-flood 3:300; max-concurrent-conversations { users 2; new-user-every 120s; } - lag-penalty 1000; + lag-penalty 25; lag-penalty-bytes 90; } }