diff options
Diffstat (limited to 'modules/commands/os_oper.cpp')
-rw-r--r-- | modules/commands/os_oper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/os_oper.cpp b/modules/commands/os_oper.cpp index a83ba0d24..bb8c70728 100644 --- a/modules/commands/os_oper.cpp +++ b/modules/commands/os_oper.cpp @@ -70,7 +70,7 @@ class CommandOSOper : public Command this->SetSyntax(_("ADD \037oper\037 \037type\037")); this->SetSyntax(_("DEL \037oper\037")); this->SetSyntax(_("INFO \037type\037")); - this->SetSyntax(_("LIST")); + this->SetSyntax("LIST"); } void Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) anope_override |