From 79b7d484274126390b62d44aff9f795581e4d7b8 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 29 Aug 2021 01:48:27 +0100 Subject: Fix some places where U-line -> service was missed. --- src/modules/m_sapart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_sapart.cpp') diff --git a/src/modules/m_sapart.cpp b/src/modules/m_sapart.cpp index 2a9316c3f..1b3ad252c 100644 --- a/src/modules/m_sapart.cpp +++ b/src/modules/m_sapart.cpp @@ -51,7 +51,7 @@ class CommandSapart : public Command if (dest->server->IsService()) { - user->WriteNumeric(ERR_NOPRIVILEGES, "Cannot use an SA command on a U-lined client"); + user->WriteNumeric(ERR_NOPRIVILEGES, "Cannot use an SA command on a service"); return CmdResult::FAILURE; } -- cgit v1.3.1-10-gc9f91