summaryrefslogtreecommitdiff
path: root/config-src/inspircd.conf
blob: d343c6ce4b8dc73fb24737efe752e29e840882cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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">