summaryrefslogtreecommitdiff
path: root/src/config.cpp
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2015-06-28 11:43:20 +0100
committerPeter Powell <petpow@saberuk.com>2015-12-14 23:28:35 +0000
commitea985a39a791ec4f5685fd4a98ad144c81da61c7 (patch)
tree03107e7cef9497cd80ff46a380624e66705ef27e /src/config.cpp
parentd9e7c04ad8a52ed526eed3a5e00d97dcea6ba177 (diff)
Rename "services.conf" to "anope.conf".
Diffstat (limited to 'src/config.cpp')
-rw-r--r--src/config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.cpp b/src/config.cpp
index 2fe8dd74f..5042f1a47 100644
--- a/src/config.cpp
+++ b/src/config.cpp
@@ -24,7 +24,7 @@
using namespace Configuration;
-File ServicesConf("services.conf", false); // Services configuration file name
+File ServicesConf("anope.conf", false); // Services configuration file name
Conf *Config = NULL;
Block::Block(const Anope::string &n) : name(n), linenum(-1)