From f7d45eb92f0a7b667b758e5a3ec0f463e7528f24 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Tue, 31 Mar 2020 06:32:48 -0400 Subject: [PATCH] Restricting +L usage for non-ops --- 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 21eef44..c1a90d4 100644 --- a/doc/conf/unrealircd.remote.conf +++ b/doc/conf/unrealircd.remote.conf @@ -88,7 +88,7 @@ set { snomask-on-oper "+bcFfkGsSo"; modes-on-join "+ns"; level-on-join "op"; - restrict-channelmodes "Pps"; + restrict-channelmodes "LpPs"; restrict-commands { invite { connect-delay 3600; exempt-identified yes; } list { connect-delay 120; exempt-identified yes; }