mirror of
https://github.com/anope/anope.git
synced 2026-07-03 17:13:11 +02:00
Added a command:permission setting
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
class CommandOSOLine : public Command
|
||||
{
|
||||
public:
|
||||
CommandOSOLine(Module *creator) : Command(creator, "operserv/oline", 2, 2, "operserv/oline")
|
||||
CommandOSOLine(Module *creator) : Command(creator, "operserv/oline", 2, 2)
|
||||
{
|
||||
this->SetDesc(_("Give Operflags to a certain user"));
|
||||
this->SetSyntax(_("\037nick\037 \037flags\037"));
|
||||
|
||||
Reference in New Issue
Block a user