mirror of
https://github.com/anope/anope.git
synced 2026-07-02 16:53:13 +02:00
Added a command:permission setting
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
class CommandOSOper : public Command
|
||||
{
|
||||
public:
|
||||
CommandOSOper(Module *creator) : Command(creator, "operserv/oper", 1, 3, "operserv/oper")
|
||||
CommandOSOper(Module *creator) : Command(creator, "operserv/oper", 1, 3)
|
||||
{
|
||||
this->SetDesc(_("View and change services operators"));
|
||||
this->SetSyntax(_("ADD \037oper\037 \037type\037"));
|
||||
|
||||
Reference in New Issue
Block a user