aboutsummaryrefslogtreecommitdiff
path: root/src/configreader.cpp
diff options
context:
space:
mode:
authorGravatar w00t2008-07-12 10:40:59 +0000
committerGravatar w00t2008-07-12 10:40:59 +0000
commitc38c75dbc08c65239000b89a6ecbe6e321a40690 (patch)
treea67d7d52e843261136fbf99cc5e02c4e11ecc9cd /src/configreader.cpp
parentAdd <gecos> field to <server> in XML stats output, also add to ProtoServer. F... (diff)
Copy new conf location and seperate modules.conf on install
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9972 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r--src/configreader.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp
index c492f6934..4f481dc00 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -19,7 +19,8 @@
/* $CopyInstall: conf/inspircd.helpop.example $(CONPATH) */
/* $CopyInstall: conf/inspircd.censor.example $(CONPATH) */
/* $CopyInstall: conf/inspircd.filter.example $(CONPATH) */
-/* $CopyInstall: docs/inspircd.conf.example $(CONPATH) */
+/* $CopyInstall: conf/inspircd.conf.example $(CONPATH) */
+/* $CopyInstall: conf/modules.conf $(CONPATH) */
#include "inspircd.h"
#include <fstream>