From 211fcff0d2f55bcc5e9feacbef59e3921da616eb Mon Sep 17 00:00:00 2001 From: acidvegas Date: Fri, 5 May 2023 19:06:26 -0400 Subject: [PATCH] Updated new +F mode profiles --- doc/conf/unrealircd.remote.conf | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/doc/conf/unrealircd.remote.conf b/doc/conf/unrealircd.remote.conf index b8caac9..2eee73f 100644 --- a/doc/conf/unrealircd.remote.conf +++ b/doc/conf/unrealircd.remote.conf @@ -104,11 +104,11 @@ set { restrict-usermodes "ips"; restrict-channelmodes "nLpPs"; restrict-commands { - channel-message { except { connect-time 30; identified yes; reputation-score 100; } } - channel-notice { except { connect-time 60; identified yes; reputation-score 100; } } + channel-message { except { connect-time 5; identified yes; reputation-score 100; } } + channel-notice { except { connect-time 30; identified yes; reputation-score 100; } } invite { except { connect-time 300; identified yes; reputation-score 100; } } - join { except { connect-time 15; identified yes; reputation-score 100; } } - list { except { connect-time 30; identified yes; reputation-score 100; } } + join { except { connect-time 5; identified yes; reputation-score 100; } } + list { except { connect-time 5; identified yes; reputation-score 100; } } private-message { except { connect-time 300; identified yes; reputation-score 100; } } private-notice { except { connect-time 300; identified yes; reputation-score 100; } } } @@ -147,12 +147,7 @@ set { } anti-flood { channel { - profile very-strict { flood-mode "[7c#C15,10j#R10,10k#K15,30m#M10,10n#N15]:15"; } - profile strict { flood-mode "[7c#C15,15j#R10,10k#K15,40m#M10,10n#N15]:15"; } - profile normal { flood-mode "[7c#C15,30j#R10,10k#K15,40m#M10,10n#N15]:15"; } - profile relaxed { flood-mode "[7c#C15,45j#R10,10k#K15,60m#M10,10n#N15]:15"; } - profile very-relaxed { flood-mode "[7c#C15,60j#R10,10k#K15,90m#M10,10n#N15]:15"; } - default-profile normal; + profile defcon { flood-mode "[10j#R5,200m#M5,10n#N5]:15"; } boot-delay 75; split-delay 75; }