diff options
author | Val Lorentz <progval+git@progval.net> | 2024-01-05 22:34:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-05 21:34:26 +0000 |
commit | 388858aee68f8c34264cc27278102fc2fdfb40fb (patch) | |
tree | 90dd3be1e84bd7ed70269f56875b2d3ea198afe0 /modules/commands/os_jupe.cpp | |
parent | f22703df595c7641249050e1a902c2718e82e834 (diff) |
Fix inconsistent capitalization of 'services'.
Diffstat (limited to 'modules/commands/os_jupe.cpp')
-rw-r--r-- | modules/commands/os_jupe.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/os_jupe.cpp b/modules/commands/os_jupe.cpp index 3454dc0d7..33757153f 100644 --- a/modules/commands/os_jupe.cpp +++ b/modules/commands/os_jupe.cpp @@ -29,7 +29,7 @@ public: if (!IRCD->IsHostValid(jserver) || jserver.find('.') == Anope::string::npos) source.Reply(_("Please use a valid server name when juping.")); else if (server == Me || server == Servers::GetUplink()) - source.Reply(_("You can not jupe your Services' pseudoserver or your uplink server.")); + source.Reply(_("You can not jupe your services' pseudoserver or your uplink server.")); else if (server && server->IsJuped()) source.Reply(_("You can not jupe an already juped server.")); else |