]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Clarify meaning of some serverhide options.
authorJilles Tjoelker <redacted>
Fri, 23 Nov 2007 20:51:00 +0000 (21:51 +0100)
committerJilles Tjoelker <redacted>
Fri, 23 Nov 2007 20:51:00 +0000 (21:51 +0100)
doc/reference.conf

index 768ce0bbac899373ed7b7966af233c7dd0c86721..e0277583738f06069fa3fa30f98ba08a1fbdcdfa 100755 (executable)
@@ -658,8 +658,9 @@ channel {
 
 /* The serverhide block contains the options regarding serverhiding */
 serverhide {
-       /* flatten links: this option will show all servers in /links appear
-        * that they are linked to this current server
+       /* flatten links: this option will hide various routing information
+        * and make all servers in /links appear that they are linked to
+        * this server.
         */
        flatten_links = no;
 
@@ -668,8 +669,8 @@ serverhide {
         */
        links_delay = 5 minutes;
 
-       /* hidden: hide this server from a /links output on servers that
-        * support it.  this allows hub servers to be hidden etc.
+       /* hidden: hide this server from a /links output on servers with
+        * flatten_links enabled.  this allows hub servers to be hidden etc.
         */
         hidden = no;