summaryrefslogtreecommitdiff
path: root/docs/inspircd.conf.example
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-03-02 21:59:08 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-03-02 21:59:08 +0000
commite7a66a6d9061e3d51839f95e6c7d2a3ec8160655 (patch)
treea03efc286da29e3e0d1b7663b7e226e622cb0f7d /docs/inspircd.conf.example
parent951ffdd1abac1e2106e7f4563fb7b5d81e025c60 (diff)
Describe server name, description and network name. hopefully this will mean less ninnies defining silly servernames without a dot.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9064 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r--docs/inspircd.conf.example11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example
index 2952eace3..70f3bccdb 100644
--- a/docs/inspircd.conf.example
+++ b/docs/inspircd.conf.example
@@ -51,6 +51,17 @@
# id="serverid" #
# network="MyNetwork"> #
# #
+# The server name should be a syntactically valid hostname, with at #
+# least one '.', and does not need to resolve to an IP address. #
+# #
+# The description is freeform text. Remember you may put quotes in #
+# this field by escaping it using \". #
+# #
+# The network field indicates the network name given in on connect #
+# to clients. It is used by many clients such as mIRC to select a #
+# perform list, so it should be identical on all servers on a net #
+# and should not contain spaces. #
+# #
# The server ID is optional, and if omitted automatically calculated #
# from the server name and description. This is similar in #
# in behaviour to the server id on ircu and charybdis ircds. #