diff options
author | Adam <Adam@anope.org> | 2015-07-30 19:47:00 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2015-07-30 19:47:00 -0400 |
commit | 4e8cc4f786cd13cc3df2e9efea46e822fc03bd88 (patch) | |
tree | cc17f22f716469e1c2531560349b00ed18557d13 | |
parent | dfc18db1dd3d18a977b3b1cb073c6b99a17e15f6 (diff) |
Make secureops help less weird
-rw-r--r-- | modules/commands/cs_set.cpp | 4 |
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; } }; |