diff options
Diffstat (limited to 'modules/commands/os_set.cpp')
-rw-r--r-- | modules/commands/os_set.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/os_set.cpp b/modules/commands/os_set.cpp index abee78e77..340b463ea 100644 --- a/modules/commands/os_set.cpp +++ b/modules/commands/os_set.cpp @@ -189,7 +189,7 @@ class CommandOSSet : public Command else if (option.equals_ci("NOEXPIRE")) return this->DoSetNoExpire(source, params); else - source.Reply(_("Unknown option \002%s\002."), option.c_str()); + this->OnSyntaxError(source, ""); return; } |