diff options
Diffstat (limited to 'modules/core/db_mysql.cpp')
-rw-r--r-- | modules/core/db_mysql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(""); |