mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Newer more valid description of the server id (letters in the second and third character are now allowed)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9063 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
db184666f2
commit
951ffdd1ab
@ -56,10 +56,13 @@
|
|||||||
# in behaviour to the server id on ircu and charybdis ircds. #
|
# in behaviour to the server id on ircu and charybdis ircds. #
|
||||||
# You should only need to set this manually if there is a collision #
|
# You should only need to set this manually if there is a collision #
|
||||||
# between two server ID's on the network. The server ID must be #
|
# between two server ID's on the network. The server ID must be #
|
||||||
# between 1 and 999, if it is not, it will be wrapped to this range. #
|
# three digits or letters long, of which the first digit must always #
|
||||||
# There is a range of server ID's which are suffixed by two letters #
|
# be a number, and the other two letters may be any of 0-9 and A-Z. #
|
||||||
# rather than two numbers, e.g. 1AA, 2FF, 3ZZ, which are reserved #
|
# For example, 3F9, 03J and 666 are all valid server IDs, and A9D, #
|
||||||
# for use by non-inspircd servers such as services and stats servers.#
|
# QFX and 5eR are not. Remember, in most cases you will not need to #
|
||||||
|
# even set this value, it is calculated for you from your server #
|
||||||
|
# name and description. Changing these will change your auto- #
|
||||||
|
# generated ID. #
|
||||||
# #
|
# #
|
||||||
|
|
||||||
<server name="penguin.omega.org.za"
|
<server name="penguin.omega.org.za"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user