diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-08-27 19:56:38 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-08-27 19:56:38 +0000 |
commit | 8c3a4a51ff092a0614e6c9a15e4bd53e4877bc48 (patch) | |
tree | d6f328603ac395238d6cba07f9f173da85b5dfcc /docs/inspircd.conf.example | |
parent | 6b6db59d5fa3ffbde5f80f2e1b0900974485f145 (diff) |
Add <server:id> - this is optional, as stated in the example conf,
and should only be set if you are getting collisions. The comment also points out that ids where either of the last two letters are numeric are reserved for services use (e.g. 0ZZ or 5CQ)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7917 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index e1b33565b..edd3e5598 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -49,11 +49,23 @@ # <server name="server.name" # # description="Server Description" # # networkemail="Email address shown on g/k/z/q lines" # +# id="serverid" # # network="MyNetwork"> # # # +# The server ID is optional, and if omitted or set to 0, is auto- # +# matically calculated from the server name and description. This is # +# similar in behaviour to the server id on ircu and charybdis ircds. # +# You should only need to set this manually if there is a collision # +# between two server IDs on the network. The server ID must be # +# between 1 and 999, if it is not, it will be wrapped to this range. # +# There is a range of server IDs which are suffixed by two letters # +# rather than two numbers, e.g. 1AA, 2FF, 3ZZ, which are reserved # +# for use by non-inspircd servers such as services and stats servers.# +# # <server name="penguin.omega.org.za" description="Waddle World" + id="0" network="Omega"> |