summaryrefslogtreecommitdiff
path: root/modules/core/cs_set_xop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/cs_set_xop.cpp')
-rw-r--r--modules/core/cs_set_xop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_set_xop.cpp b/modules/core/cs_set_xop.cpp
index 256fca0bf..00b945fe2 100644
--- a/modules/core/cs_set_xop.cpp
+++ b/modules/core/cs_set_xop.cpp
@@ -20,7 +20,7 @@ class CommandCSSetXOP : public Command
CommandCSSetXOP(Module *creator, const Anope::string &cname = "chanserv/set/xop", const Anope::string &cpermission = "") : Command(creator, cname, 2, 2, cpermission)
{
this->SetDesc(_("Toggle the user privilege system"));
- this->SetSyntax(_("\037channel\037 XOP {ON | OFF}"));
+ this->SetSyntax(_("\037channel\037 {ON | OFF}"));
}
void Execute(CommandSource &source, const std::vector<Anope::string> &params)