From 8eb6a4da717d7670995a47fbd1b5878df88dd206 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 4 Jan 2022 14:11:07 +0000 Subject: 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". --- src/messages.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/messages.cpp') 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 ¶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; } -- cgit