summaryrefslogtreecommitdiff
path: root/modules/extra/db_mysql.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/extra/db_mysql.cpp')
-rw-r--r--modules/extra/db_mysql.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/extra/db_mysql.cpp b/modules/extra/db_mysql.cpp
index 833e547a2..d9b4d543a 100644
--- a/modules/extra/db_mysql.cpp
+++ b/modules/extra/db_mysql.cpp
@@ -123,6 +123,7 @@ class CommandSQLSync : public Command
public:
CommandSQLSync() : Command("SQLSYNC", 0, 0, "operserv/sqlsync")
{
+ this->SetDesc("Import your databases to SQL");
}
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> &params);
@@ -136,11 +137,6 @@ class CommandSQLSync : public Command
"import your databases into SQL."));
return true;
}
-
- void OnServHelp(CommandSource &source)
- {
- source.Reply(_(" SQLSYNC Import your databases to SQL"));
- }
};
class MySQLInterface : public SQLInterface