mirror of
https://github.com/anope/anope.git
synced 2026-07-01 10:46:38 +02:00
Added a command:permission setting
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
class CommandOSUpdate : public Command
|
||||
{
|
||||
public:
|
||||
CommandOSUpdate(Module *creator) : Command(creator, "operserv/update", 0, 0, "operserv/update")
|
||||
CommandOSUpdate(Module *creator) : Command(creator, "operserv/update", 0, 0)
|
||||
{
|
||||
this->SetDesc(_("Force the Services databases to be updated immediately"));
|
||||
this->SetSyntax("");
|
||||
|
||||
Reference in New Issue
Block a user