summaryrefslogtreecommitdiff
path: root/modules/commands/cs_set.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2015-07-30 19:47:00 -0400
committerAdam <Adam@anope.org>2015-07-30 19:47:00 -0400
commit4e8cc4f786cd13cc3df2e9efea46e822fc03bd88 (patch)
treecc17f22f716469e1c2531560349b00ed18557d13 /modules/commands/cs_set.cpp
parentdfc18db1dd3d18a977b3b1cb073c6b99a17e15f6 (diff)
Make secureops help less weird
Diffstat (limited to 'modules/commands/cs_set.cpp')
-rw-r--r--modules/commands/cs_set.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/cs_set.cpp b/modules/commands/cs_set.cpp
index cfff16377..d08806d98 100644
--- a/modules/commands/cs_set.cpp
+++ b/modules/commands/cs_set.cpp
@@ -870,8 +870,8 @@ class CommandCSSetSecureOps : public Command
this->SendSyntax(source);
source.Reply(" ");
source.Reply(_("Enables or disables the \002secure ops\002 option for a channel.\n"
- "When \002secure ops\002 is set, users who are not on the userlist\n"
- "will not be allowed chanop status."));
+ "When \002secure ops\002 is set, users who are not on the access list\n"
+ "will not be allowed channel operator status."));
return true;
}
};