summaryrefslogtreecommitdiff
path: root/chat/inspircd/files/inspircd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'chat/inspircd/files/inspircd.conf')
-rw-r--r--chat/inspircd/files/inspircd.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/inspircd/files/inspircd.conf b/chat/inspircd/files/inspircd.conf
index 9f5a3db07df..4cb500c6420 100644
--- a/chat/inspircd/files/inspircd.conf
+++ b/chat/inspircd/files/inspircd.conf
@@ -153,11 +153,11 @@
# This file has all the information about oper classes, types and o:lines.
# You *MUST* edit it.
-<include file="@PKG_SYSCONFDIR@/inspircd/opers.conf">
+<include file="@PKG_SYSCONFDIR@/opers.conf">
# This file has all the information about server links and ulined servers.
# You *MUST* edit it if you intend to link servers.
-<include file="@PKG_SYSCONFDIR@/inspircd/links.conf">
+<include file="@PKG_SYSCONFDIR@/links.conf">
#-#-#-#-#-#-#-#-#-#- MISCELLANEOUS CONFIGURATION -#-#-#-#-#-#-#-#-#-#
# #
@@ -167,7 +167,7 @@
# motd - displayed on connect and when a user executes /MOTD
# rules - displayed when the user executes /RULES
# Modules can also define their own files
-<files motd="@PKG_SYSCONFDIR@/inspircd/motd.txt" rules="@PKG_SYSCONFDIR@/inspircd/rules.txt">
+<files motd="@PKG_SYSCONFDIR@/motd.txt" rules="@PKG_SYSCONFDIR@/rules.txt">
#-#-#-#-#-#-#-#-#-#-#-#-#- SERVER OPTIONS -#-#-#-#-#-#-#-#-#-#-#-#-#
# #
@@ -531,7 +531,7 @@
<exception host="*@localhost" reason="localhost">
-<include file="@PKG_SYSCONFDIR@/inspircd/modules.conf">
+<include file="@PKG_SYSCONFDIR@/modules.conf">
#########################################################################
# #