]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/reference.conf
Add config options for owner and halfop.
[irc/rqf/shadowircd.git] / doc / reference.conf
index 34d98da8265999967d98d31a6c85f16a2aea467c..788a47b1f19c7e28e7920f69b27aaa89f84bf637 100755 (executable)
@@ -678,6 +678,14 @@ channel {
         */
        autochanmodes = "nt";
 
+       /* halfop: Enable/disable channel mode +h, which adds halfop,
+        * a channel status below op that has op powers (kick, ban, mode, etc.)
+       use_halfop = yes;
+
+       /* owner: Enable/disable channel mode +a, which adds owner,
+        * a channel status above op that has op powers (kick, ban, mode, etc.)
+       use_owner = yes;
+
        /* invex: Enable/disable channel mode +I, a n!u@h list of masks
         * that can join a +i channel without an invite.
         */