]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Some reference.conf cleanups.
authorB.Greenham <redacted>
Fri, 26 Mar 2010 03:10:52 +0000 (23:10 -0400)
committerB.Greenham <redacted>
Fri, 26 Mar 2010 03:10:52 +0000 (23:10 -0400)
doc/reference.conf

index ad4cc2045ac81fca933b62a43552a0d6f04988fb..6c53d27433a79d2195589ee9aa9952630aaff285 100755 (executable)
@@ -692,11 +692,11 @@ shared {
         *    resv    - allow setting perm/temp resvs
         *    tresv   - allow setting temp resvs
         *    unresv  - allow removing xlines
+        *    rehash  - allow rehashing
         *    all     - allow oper/server to do all of above.
         *    locops  - allow locops - only used for servers who cluster
         *    die     - allow restarting/dying of servers
         *    modules - allow loading/unloading/reloading of modules
-        *    rehash  - allow rehashing
         *    dline   - allow setting perm/temp dlines
         *    tdline  - allow setting temp dlines
         *    undline - allow removing dlines
@@ -779,8 +779,11 @@ channel {
         */
        use_except = yes;
 
-       /* forward: Enable/disable channel mode +f, a channel to forward
-        * users to if they can't join because of +i etc.
+       /* forward: Enable/disable channel mode +f, which allows you to set 
+        * a channel to forward users to if they can't join because of +i etc.
+        * Disabling this option via rehash will leave all previously set 
+        * forwards hanging around, though they will not do anything. For 
+        * this reason, you may want to restart to disable this option.
         */
        use_forward = yes;
 
@@ -1107,7 +1110,7 @@ general {
         */
        min_nonwildcard_simple = 3;
 
-        /* max accept: maximum allowed /accept's for +g usermode */
+        /* max accept: maximum allowed /accept's for +gGR usermodes */
         max_accept = 20;
 
        /* max monitor: the maximum amount of nicknames a client may have in
@@ -1328,7 +1331,7 @@ general {
         * +V - noinvite   - Block INVITE to user.
         * +B - bot        - Marks as a bot.
         * +p - override   - Implicit operator access in all channels.
-        *                   This is oper-only and requires the oper:override privledge.
+        *                   This is oper-only and requires the oper:override priv.
         */
         
        /* oper only umodes: usermodes only opers may set */