summaryrefslogtreecommitdiff
path: root/config-src/inspircd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config-src/inspircd.conf')
-rw-r--r--config-src/inspircd.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/config-src/inspircd.conf b/config-src/inspircd.conf
new file mode 100644
index 0000000..d343c6c
--- /dev/null
+++ b/config-src/inspircd.conf
@@ -0,0 +1,25 @@
+#
+# InsomniaIRC Network Configuration
+# =================================
+#
+# This is the base of the config file. All config settings should be in the
+# appropriate include file below.
+#
+# The included files should not include other files.
+#
+
+# Load all the modules first.
+<include file="conf/inspircd.modules">
+
+# Text files for MOTD, RULES, etc.
+<files motd="conf/inspircd.motd" rules="conf/inspircd.rules">
+<include file="conf/inspircd.helpop-full">
+
+# Network Settings
+<include file="conf/inspircd.netwide">
+<include file="conf/inspircd.opers">
+<include file="conf/inspircd.censor">
+<include file="conf/inspircd.cgiirc">
+
+# Server specific settings
+<include file="conf/inspircd.servspecific">