diff options
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 */ |