summaryrefslogtreecommitdiff
path: root/modules/commands/os_noop.cpp
diff options
context:
space:
mode:
authorVal Lorentz <progval+git@progval.net>2024-01-05 22:34:26 +0100
committerGitHub <noreply@github.com>2024-01-05 21:34:26 +0000
commit388858aee68f8c34264cc27278102fc2fdfb40fb (patch)
tree90dd3be1e84bd7ed70269f56875b2d3ea198afe0 /modules/commands/os_noop.cpp
parentf22703df595c7641249050e1a902c2718e82e834 (diff)
Fix inconsistent capitalization of 'services'.
Diffstat (limited to 'modules/commands/os_noop.cpp')
-rw-r--r--modules/commands/os_noop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/os_noop.cpp b/modules/commands/os_noop.cpp
index 1a248947f..ce1f6bd98 100644
--- a/modules/commands/os_noop.cpp
+++ b/modules/commands/os_noop.cpp
@@ -30,7 +30,7 @@ public:
if (s == NULL)
source.Reply(_("Server %s does not exist."), server.c_str());
else if (s == Me || s->IsJuped())
- source.Reply(_("You can not NOOP Services."));
+ source.Reply(_("You can not NOOP services."));
else if (cmd.equals_ci("SET"))
{
/* Remove the O:lines */