mirror of
https://github.com/anope/anope.git
synced 2026-06-30 19:46:39 +02:00
Added a command:permission setting
This commit is contained in:
@@ -168,7 +168,7 @@ class CommandOSSet : public Command
|
||||
return;
|
||||
}
|
||||
public:
|
||||
CommandOSSet(Module *creator) : Command(creator, "operserv/set", 1, 2, "operserv/set")
|
||||
CommandOSSet(Module *creator) : Command(creator, "operserv/set", 1, 2)
|
||||
{
|
||||
this->SetDesc(_("Set various global Services options"));
|
||||
this->SetSyntax(_("\037option\037 \037setting\037"));
|
||||
|
||||
Reference in New Issue
Block a user