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_noop.cpp | |
parent | f22703df595c7641249050e1a902c2718e82e834 (diff) |
Fix inconsistent capitalization of 'services'.
Diffstat (limited to 'modules/commands/os_noop.cpp')
-rw-r--r-- | modules/commands/os_noop.cpp | 2 |
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 */ |