diff options
| author | 2021-08-29 01:48:27 +0100 | |
|---|---|---|
| committer | 2021-08-29 01:48:27 +0100 | |
| commit | 79b7d484274126390b62d44aff9f795581e4d7b8 (patch) | |
| tree | 7b96617a2dd7bc25865a8e37f514dde10fbf3fc8 /src/modules/m_saquit.cpp | |
| parent | Make the protocol version enum entries slightly less verbose. (diff) | |
Fix some places where U-line -> service was missed.
Diffstat (limited to 'src/modules/m_saquit.cpp')
| -rw-r--r-- | src/modules/m_saquit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_saquit.cpp b/src/modules/m_saquit.cpp index 8265d8a1b..8b17aee0d 100644 --- a/src/modules/m_saquit.cpp +++ b/src/modules/m_saquit.cpp @@ -44,7 +44,7 @@ class CommandSaquit : 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; } |
