mirror of
https://github.com/anope/anope.git
synced 2026-07-03 00:03:13 +02:00
Added a command:permission setting
This commit is contained in:
@@ -52,7 +52,7 @@ static void WriteBotMetadata(const Anope::string &key, const Anope::string &data
|
||||
class CommandSQLSync : public Command
|
||||
{
|
||||
public:
|
||||
CommandSQLSync(Module *creator) : Command(creator, "SQLSYNC", 0, 0, "operserv/sqlsync")
|
||||
CommandSQLSync(Module *creator) : Command(creator, "SQLSYNC", 0, 0)
|
||||
{
|
||||
this->SetDesc(_("Import your databases to SQL"));
|
||||
this->SetSyntax("");
|
||||
|
||||
Reference in New Issue
Block a user