]> jfr.im git - solanum.git/blobdiff - doc/reference.conf
Bring across disable_local_channels config option from ircd-seven
[solanum.git] / doc / reference.conf
index 82fe77467ca53bdaa9aa6394856e21e78c3bccc8..fd5de7cbde6a61b726a4fdf8e47e1294295a102c 100755 (executable)
@@ -769,6 +769,11 @@ channel {
         * voiced users are exempt.
         */
        channel_target_change = yes;
+
+       /* disable local channels: if yes, then local channels will not be
+        * supported.
+        */
+       disable_local_channels = no;
 };