]> jfr.im git - irc/rizon/plexus4.git/commitdiff
reference.conf: update for max channel changes
authorAdam <redacted>
Thu, 23 Mar 2017 17:12:44 +0000 (13:12 -0400)
committerAdam <redacted>
Thu, 23 Mar 2017 17:12:44 +0000 (13:12 -0400)
doc/reference.conf

index 6d466e1baf988852873524c582b0ad4b4320591e..29b3189b8c663db7f7ef617c4c91adb20f6ce4b3 100644 (file)
@@ -289,6 +289,11 @@ class {
         * to this many messages per second.
         */
 #      flood_limit = 2;
+
+       /*
+        * max_channels: maximum number of channels a user can join. Overrides max_chans_per_user.
+        */
+#      max_channels = 200;
 };
 
 class {
@@ -903,12 +908,6 @@ channel {
         */
        max_chans_per_user = 75;
 
-       /*
-        * max_chans_per_oper: The maximum number of channels an oper can
-        * join/be on.
-        */
-       max_chans_per_oper = 500;
-
        /* max_bans: maximum number of +b/e/I modes in a channel */
        max_bans = 250;