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_alias.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_alias.cpp')
| -rw-r--r-- | src/modules/m_alias.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_alias.cpp b/src/modules/m_alias.cpp index 660601ac9..cae043299 100644 --- a/src/modules/m_alias.cpp +++ b/src/modules/m_alias.cpp @@ -288,7 +288,7 @@ class ModuleAlias : public Module if ((a.ServiceOnly) && (!u->server->IsService())) { - ServerInstance->SNO.WriteToSnoMask('a', "NOTICE -- Service "+a.RequiredNick+" required by alias "+a.AliasedCommand+" is not on a U-lined server, possibly underhanded antics detected!"); + ServerInstance->SNO.WriteToSnoMask('a', "NOTICE -- Service "+a.RequiredNick+" required by alias "+a.AliasedCommand+" is not on a services server, possibly underhanded antics detected!"); user->WriteNumeric(numeric, a.RequiredNick, "is not a network service! Please inform a server operator as soon as possible."); return 1; } |
