From 8c3a4a51ff092a0614e6c9a15e4bd53e4877bc48 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 27 Aug 2007 19:56:38 +0000 Subject: Add - 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 --- docs/inspircd.conf.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs/inspircd.conf.example') 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 @@ # # # # +# 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.# +# # -- cgit v1.2.3