From 9ec18a3b020932eee6242c878149c484f49b13cb Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 4 Aug 2011 21:59:01 -0400 Subject: Added a command:permission setting --- modules/core/db_mysql.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/core/db_mysql.cpp') diff --git a/modules/core/db_mysql.cpp b/modules/core/db_mysql.cpp index 3f18230fe..4e6a7de4f 100644 --- a/modules/core/db_mysql.cpp +++ b/modules/core/db_mysql.cpp @@ -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(""); -- cgit