summaryrefslogtreecommitdiff
path: root/src/messages.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2022-01-04 14:11:07 +0000
committerSadie Powell <sadie@witchery.services>2022-01-04 14:11:07 +0000
commit8eb6a4da717d7670995a47fbd1b5878df88dd206 (patch)
tree56fa17f935f75b18a6ca11c175b7751294694d8e /src/messages.cpp
parentec7dfb3675973e0e0ec6df69c871797bc94e8413 (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/messages.cpp')
-rw-r--r--src/messages.cpp2
1 files changed, 1 insertions, 1 deletions
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> &params,
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;
}