diff options
author | Peter Powell <petpow@saberuk.com> | 2019-05-15 10:47:46 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-05-15 10:49:35 +0100 |
commit | ddc4f09bfbb335118222f54c30f13368c3340ef9 (patch) | |
tree | 68f2cc3e2aa5cdc4b4ed32d8b35fb9e481c4a7fb /docs/conf | |
parent | ba8a3b236a84d42c888a93e4e8cf934062c7a7ea (diff) |
Comment out all of the includes in the inspircd example configs.
This allows users to use the example config without any special
configuration.
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/inspircd.conf.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index cfccf8ac0..9baaa5261 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -465,11 +465,11 @@ # 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 -#-#-#-#-#-#-#-#-#-# # # @@ -1012,7 +1012,7 @@ # 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 #-#-#-#-#-#-#-#-#-#-#-# # # |