mirror of
https://github.com/anope/anope.git
synced 2026-07-08 22:33:13 +02:00
Make secureops help less weird
This commit is contained in:
@@ -870,8 +870,8 @@ class CommandCSSetSecureOps : public Command
|
|||||||
this->SendSyntax(source);
|
this->SendSyntax(source);
|
||||||
source.Reply(" ");
|
source.Reply(" ");
|
||||||
source.Reply(_("Enables or disables the \002secure ops\002 option for a channel.\n"
|
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"
|
"When \002secure ops\002 is set, users who are not on the access list\n"
|
||||||
"will not be allowed chanop status."));
|
"will not be allowed channel operator status."));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user