summaryrefslogtreecommitdiff
path: root/conf/inspircd.conf.example
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-11-06 01:23:18 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-11-06 01:23:18 +0000
commitb5eb79628b12ce5e9370ff16947dc37bb7377ed5 (patch)
tree8661afe3b781cc8d1c079d67929542aaed5c6951 /conf/inspircd.conf.example
parente791ca02d479b9ce86fd2d6f4a4e98d1de26252e (diff)
Add example modules.conf files that match Unreal and Charybdis feature sets [jdhore]
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12037 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf/inspircd.conf.example')
-rw-r--r--conf/inspircd.conf.example15
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example
index 47ecd5889..0b4099a40 100644
--- a/conf/inspircd.conf.example
+++ b/conf/inspircd.conf.example
@@ -858,6 +858,21 @@
# The default does nothing -- we include it for simplicity for you. #
<include file="conf/modules.conf.example">
+# Here are some pre-built modules.conf files that closely match the
+# default configurations of some popular IRCd's. You still may want to
+# look over them and make sure if everything is correct for you and setup
+# the proper SSL information.
+#
+# *NOTE*: These files have no comments for what the modules do. If you
+# are interested in that, please read the modules.conf.example. It is also
+# recommended that you make your own modules file based on modules.conf.example.
+
+# Settings similar to UnrealIRCd defaults.
+#<include file="conf/modules/modules.conf.unreal">
+
+# Settings similar to Charybdis IRCd defaults.
+#<include file="conf/modules/modules.conf.charybdis">
+
#########################################################################
# #