From 66d0369626a5a19a73d2e6053895d5e4ca9a3073 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Sun, 20 Nov 2022 01:18:56 -0500 Subject: [PATCH] fixed broken restrict-commands block --- doc/conf/unrealircd.remote.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/conf/unrealircd.remote.conf b/doc/conf/unrealircd.remote.conf index 64d31e3..0c3ddf3 100644 --- a/doc/conf/unrealircd.remote.conf +++ b/doc/conf/unrealircd.remote.conf @@ -104,13 +104,13 @@ set { restrict-usermodes "ips"; restrict-channelmodes "nLpPs"; restrict-commands { - channel-message { connect-time 30; identified yes; reputation-score 100; } - channel-notice { connect-time 60; identified yes; reputation-score 100; } - invite { connect-time 300; identified yes; reputation-score 100; } - join { connect-time 15; identified yes; reputation-score 100; } - list { connect-time 30; identified yes; reputation-score 100; } - private-message { connect-time 300; identified yes; reputation-score 100; } - private-notice { connect-time 300; identified yes; reputation-score 100; } + channel-message { except { connect-time 30; identified yes; reputation-score 100; } } + channel-notice { except { connect-time 60; 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; } } + private-message { except { connect-time 300; identified yes; reputation-score 100; } } + private-notice { except { connect-time 300; identified yes; reputation-score 100; } } } auto-join "#superbowl"; static-quit "EMO-QUIT";