diff options
author | Sadie Powell <sadie@witchery.services> | 2020-09-11 16:28:52 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-09-28 15:28:27 +0100 |
commit | f430522b410e43b60eac78c66fecb37400fbac18 (patch) | |
tree | 8283030bff71ce627b15555a7e06e3988e47b89d /src/config.cpp | |
parent | 907aa603801b1d06d34b23ba9e473f4b74db28fe (diff) |
Rename things from services to anope.
Diffstat (limited to 'src/config.cpp')
-rw-r--r-- | src/config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.cpp b/src/config.cpp index 3b8e5c34d..b1fc8c8af 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -19,7 +19,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) |