]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Add lines warning people of the confusion that awaits them upon disabling +ah and...
authorB.Greenham <redacted>
Sun, 28 Feb 2010 19:58:44 +0000 (14:58 -0500)
committerB.Greenham <redacted>
Sun, 28 Feb 2010 19:58:44 +0000 (14:58 -0500)
doc/reference.conf

index bed482350909ad82d7ec0354763cb454aa5ad0c9..7134619ba7f8eebb645523977bd6e722f16a53a2 100755 (executable)
@@ -694,14 +694,20 @@ channel {
        /* halfop: Enable/disable channel mode +h, which adds halfop,
         * a channel status below op that has op powers (kick, ban, mode, etc.)
         * halfops can only kick/devoice/etc people who are +v or
-        * do not have any channel status.
+        * do not have any channel status. Disabling this via rehash will
+        * cause things which are rather confusing to occur, it is highly
+        * recommended to restart if you wish to disable this option, though
+        * it may be enabled by rehash with no problems.
         */
        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.)
         * owners can only be kicked/deownered by other owners, and may kick
-        * or deop ops and halfops.
+        * or deop ops and halfops. Disabling this via rehash will
+        * cause things which are rather confusing to occur, it is highly
+        * recommended to restart if you wish to disable this option, though
+        * it may be enabled by rehash with no problems.
         */
        use_owner = yes;