summaryrefslogtreecommitdiff
path: root/conf/inspircd.conf.example
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2009-04-09 08:15:59 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2009-04-09 08:15:59 +0000
commit9fa7a437cc4484c4a96f9e3e5aa83c15a8cd7e21 (patch)
tree8afe82be836e614287e93bb1d6782b6b08d16c04 /conf/inspircd.conf.example
parent08e23d6ba4842affded6848d3c4e99f04af115bb (diff)
Readd documentation that just managed to vanish into thin air...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11296 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf/inspircd.conf.example')
-rw-r--r--conf/inspircd.conf.example14
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example
index fa4328022..99b95df1c 100644
--- a/conf/inspircd.conf.example
+++ b/conf/inspircd.conf.example
@@ -207,6 +207,16 @@
<connect deny="3ffe::0/32">
<connect
+ # name: Name to use for this connect block. Mainly used for
+ # connect class inheriting.
+ name="secret"
+
+ # parent: This setting is to specify if this connect class
+ # inherits settings from any other. Put the other class's name
+ # in here to use its settings as a template - for example, if
+ # you only want to adjust sendq and a password
+ parent="main"
+
# allow: What IP addresses/hosts to allow for this block.
allow="196.12.*"
@@ -263,6 +273,10 @@
port="6667">
<connect
+ # name: Name to use for this connect block. Mainly used for
+ # connect class inheriting.
+ name="main"
+
# allow: What IP addresses/hosts to allow for this block.
allow="*"