Clarify meaning of some serverhide options.

This commit is contained in:
Jilles Tjoelker 2007-11-23 21:51:00 +01:00
parent 66c8fdd207
commit 4acf228113

View file

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