summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-07-12 10:41:40 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-07-12 10:41:40 +0000
commit84ae7f133e243fb5ec9131b9d25903a70bbfb582 (patch)
tree1c829c1676de0665b764c753748166cf62ba3c89
parentc38c75dbc08c65239000b89a6ecbe6e321a40690 (diff)
Add .example suffix to name
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9973 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--conf/modules.conf.example (renamed from conf/modules.conf)0
-rw-r--r--src/configreader.cpp2
2 files changed, 1 insertions, 1 deletions
diff --git a/conf/modules.conf b/conf/modules.conf.example
index db255cca3..db255cca3 100644
--- a/conf/modules.conf
+++ b/conf/modules.conf.example
diff --git a/src/configreader.cpp b/src/configreader.cpp
index 4f481dc00..b28c60d0b 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -20,7 +20,7 @@
/* $CopyInstall: conf/inspircd.censor.example $(CONPATH) */
/* $CopyInstall: conf/inspircd.filter.example $(CONPATH) */
/* $CopyInstall: conf/inspircd.conf.example $(CONPATH) */
-/* $CopyInstall: conf/modules.conf $(CONPATH) */
+/* $CopyInstall: conf/modules.conf.example $(CONPATH) */
#include "inspircd.h"
#include <fstream>