unrealircd- supernets unrealircd source & configuration |
git clone git://git.acid.vegas/unrealircd.git |
Log | Files | Refs | Archive | README | LICENSE |
commit f7d45eb92f0a7b667b758e5a3ec0f463e7528f24
parent be8f9138e636df21ce20ffc65d793f610443709f Author: acidvegas <acid.vegas@acid.vegas> Date: Tue, 31 Mar 2020 06:32:48 -0400 Restricting +L usage for non-ops Diffstat:
|
1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git 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; } |