diff options
author | Peter Powell <petpow@saberuk.com> | 2015-06-28 11:43:20 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2015-12-14 23:28:35 +0000 |
commit | ea985a39a791ec4f5685fd4a98ad144c81da61c7 (patch) | |
tree | 03107e7cef9497cd80ff46a380624e66705ef27e /src | |
parent | d9e7c04ad8a52ed526eed3a5e00d97dcea6ba177 (diff) |
Rename "services.conf" to "anope.conf".
Diffstat (limited to 'src')
-rw-r--r-- | src/config.cpp | 2 | ||||
-rw-r--r-- | src/init.cpp | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/src/init.cpp b/src/init.cpp index 124181d2b..e64bf0eff 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -493,7 +493,7 @@ void Anope::Init(int ac, char **av) catch (const ConfigException &ex) { Log(LOG_TERMINAL) << ex.GetReason(); - Log(LOG_TERMINAL) << "*** Support resources: Read through the services.conf self-contained"; + Log(LOG_TERMINAL) << "*** Support resources: Read through the anope.conf self-contained"; Log(LOG_TERMINAL) << "*** documentation. Read the documentation files found in the 'docs'"; Log(LOG_TERMINAL) << "*** folder. Visit our portal located at http://www.anope.org/. Join"; Log(LOG_TERMINAL) << "*** our support channel on /server irc.anope.org channel #anope."; |