diff options
author | Peter Powell <petpow@saberuk.com> | 2017-11-09 10:05:09 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-11-09 10:31:00 +0000 |
commit | 2b94e7dcc072d923a3f3e8830dab9b45caaea118 (patch) | |
tree | 2c68d45a7c97fce1f10f22ecee081f284c7fd512 /docs | |
parent | 7f7ffef3b4d5dc6242918a48713d6fab96928a80 (diff) |
Allow spaces in the network name now it doesn't cause problems.
This will not cause any compatibility issues as we do not rely on
this attribute internally.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/inspircd.conf.example | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index c08982b98..b9fa6d3a9 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -97,8 +97,7 @@ #id="97K" # network: Network name given on connect to clients. - # Should be the same on all servers on the network and - # not contain spaces. + # Should be the same on all servers on the network. network="Omega"> |