1
0
mirror of https://github.com/anope/anope.git synced 2026-06-24 17:46:38 +02:00

Make secureops help less weird

This commit is contained in:
Adam
2015-07-30 19:47:00 -04:00
parent dfc18db1dd
commit 4e8cc4f786
+2 -2
View File
@@ -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;
}
};