1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 17:56:38 +02:00

Rename things from services to anope.

This commit is contained in:
Sadie Powell
2020-09-11 16:28:52 +01:00
parent 907aa60380
commit f430522b41
27 changed files with 132 additions and 138 deletions
+1 -1
View File
@@ -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)