ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/doc/reference.conf
(Generate patch)

Comparing ircd-hybrid/trunk/doc/reference.conf (file contents):
Revision 9691 by michael, Tue Sep 29 12:49:07 2020 UTC vs.
Revision 9692 by michael, Sat Oct 31 19:05:15 2020 UTC

# Line 61 | Line 61 | serverinfo {
61          description = "ircd-hybrid test server";
62  
63          /*
64 <         * network_name, network_desc: the name and description of the network this
65 <         * server is on. Shown in the 005 reply and used with serverhiding.
64 >         * network_name, network_description: the name and description of the network
65 >         * this server is on. Shown in the 005 reply and used with serverhiding.
66           */
67          network_name = "MyNet";
68 <        network_desc = "This is My Network";
68 >        network_description = "This is My Network";
69  
70          /*
71           * hub: allow this server to act as a hub and have multiple servers
# Line 999 | Line 999 | serverhide {
999  
1000          /*
1001           * hide_servers: hide remote servernames everywhere and instead use
1002 <         * hidden_name and network_desc.
1002 >         * hidden_name and network_description.
1003           */
1004          hide_servers = no;
1005  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)