mirror of
https://github.com/anope/anope.git
synced 2026-07-02 13:53:12 +02:00
Added a command:permission setting
This commit is contained in:
@@ -157,7 +157,7 @@ class CommandOSStats : public Command
|
||||
}
|
||||
|
||||
public:
|
||||
CommandOSStats(Module *creator) : Command(creator, "operserv/stats", 0, 1, "operserv/stats"),
|
||||
CommandOSStats(Module *creator) : Command(creator, "operserv/stats", 0, 1),
|
||||
akills("xlinemanager/sgline"), snlines("xlinemanager/snline"), sqlines("xlinemanager/sqline"), szlines("xlinemanager/szline")
|
||||
{
|
||||
this->SetDesc(_("Show status of Services and network"));
|
||||
|
||||
Reference in New Issue
Block a user