]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - conf/inspircd.conf.example
Remove commands makefile also on make distclean.
[user/henk/code/inspircd.git] / conf / inspircd.conf.example
index fa43280227cc667fa516acf62353493f0a67c551..99b95df1cd8183855738f4ada18717a1c9cedf0a 100644 (file)
 <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.*"
 
          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="*"