| 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 |
| 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 |
|
|