]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Comment out all of the includes in the inspircd example configs.
authorPeter Powell <petpow@saberuk.com>
Wed, 15 May 2019 09:47:46 +0000 (10:47 +0100)
committerPeter Powell <petpow@saberuk.com>
Wed, 15 May 2019 09:49:35 +0000 (10:49 +0100)
This allows users to use the example config without any special
configuration.

docs/conf/inspircd.conf.example

index cfccf8ac003bd24980acc10beec6f7044303c2c3..9baaa5261d41e112c7aa77769bece5912e11e862 100644 (file)
 
 # This file has all the information about oper classes, types and o:lines.
 # You *MUST* edit it.
-<include file="examples/opers.conf.example">
+#<include file="examples/opers.conf.example">
 
 # This file has all the information about server links and ulined servers.
 # You *MUST* edit it if you intend to link servers.
-<include file="examples/links.conf.example">
+#<include file="examples/links.conf.example">
 
 #-#-#-#-#-#-#-#-#-#-  MISCELLANEOUS CONFIGURATION  -#-#-#-#-#-#-#-#-#-#
 #                                                                     #
 # provide almost all the features of InspIRCd. :)                     #
 #                                                                     #
 # The default does nothing -- we include it for simplicity for you.   #
-<include file="examples/modules.conf.example">
+#<include file="examples/modules.conf.example">
 
 #-#-#-#-#-#-#-#-#-#-#-# SERVICES CONFIGURATION  #-#-#-#-#-#-#-#-#-#-#-#
 #                                                                     #