diff options
| author | 2008-07-12 10:41:40 +0000 | |
|---|---|---|
| committer | 2008-07-12 10:41:40 +0000 | |
| commit | 84ae7f133e243fb5ec9131b9d25903a70bbfb582 (patch) | |
| tree | 1c829c1676de0665b764c753748166cf62ba3c89 /src/configreader.cpp | |
| parent | Copy new conf location and seperate modules.conf on install (diff) | |
Add .example suffix to name
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9973 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
