diff options
author | Sadie Powell <sadie@witchery.services> | 2022-01-04 14:11:07 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2022-01-04 14:11:07 +0000 |
commit | 8eb6a4da717d7670995a47fbd1b5878df88dd206 (patch) | |
tree | 56fa17f935f75b18a6ca11c175b7751294694d8e /src | |
parent | ec7dfb3675973e0e0ec6df69c871797bc94e8413 (diff) |
Update more IRCServices references to reflect the current project.
- If referring to the specific piece of software use "Anope".
- If referring to services in general use "services".
Diffstat (limited to 'src')
-rw-r--r-- | src/config.cpp | 2 | ||||
-rw-r--r-- | src/init.cpp | 2 | ||||
-rw-r--r-- | src/main.cpp | 2 | ||||
-rw-r--r-- | src/messages.cpp | 2 | ||||
-rw-r--r-- | src/tools/anoperc.in | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/config.cpp b/src/config.cpp index 502cb3bac..ae9529b21 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -19,7 +19,7 @@ using namespace Configuration; -File ServicesConf("anope.conf", false); // Services configuration file name +File ServicesConf("anope.conf", false); // 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 0620ca253..a1dd04e65 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -411,7 +411,7 @@ void Anope::Init(int ac, char **av) Anope::LogDir = arg; } - /* Chdir to Services data directory. */ + /* Chdir to Anope data directory. */ if (chdir(Anope::ServicesDir.c_str()) < 0) { throw CoreException("Unable to chdir to " + Anope::ServicesDir + ": " + Anope::LastError()); diff --git a/src/main.cpp b/src/main.cpp index 09bcea007..5ea363f9d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,4 +1,4 @@ -/* Services -- main source file. +/* Anope -- main source file. * * (C) 2003-2021 Anope Team * Contact us at team@anope.org diff --git a/src/messages.cpp b/src/messages.cpp index c0c41b31b..5b747c7e3 100644 --- a/src/messages.cpp +++ b/src/messages.cpp @@ -199,7 +199,7 @@ void Kill::Run(MessageSource &source, const std::vector<Anope::string> ¶ms, if (last_time == Anope::CurTime) { - Anope::QuitReason = "Kill loop detected. Are Services U:Lined?"; + Anope::QuitReason = "Kill loop detected. Is Anope U:Lined?"; Anope::Quitting = true; return; } diff --git a/src/tools/anoperc.in b/src/tools/anoperc.in index 45e097cd4..73d756d3f 100644 --- a/src/tools/anoperc.in +++ b/src/tools/anoperc.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Configuration script for Services +# Configuration script for Anope # # (C) 2003-2021 Anope Team # Contact us at team@anope.org |