summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_mysql.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-04-10 20:32:54 +0100
committerSadie Powell <sadie@witchery.services>2020-04-10 20:36:20 +0100
commitc5680d6493a07e6625cc84db0639811bb1a45aee (patch)
tree5cc813edaeab5159888722deb030d8bd6c3ba692 /src/modules/extra/m_mysql.cpp
parent4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38 (diff)
Fix an oversight in mkversions that caused it to not update extras.
Diffstat (limited to 'src/modules/extra/m_mysql.cpp')
-rw-r--r--src/modules/extra/m_mysql.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_mysql.cpp b/src/modules/extra/m_mysql.cpp
index 92a77e218..ff2a7a032 100644
--- a/src/modules/extra/m_mysql.cpp
+++ b/src/modules/extra/m_mysql.cpp
@@ -556,7 +556,7 @@ void ModuleSQL::OnUnloadModule(Module* mod)
Version ModuleSQL::GetVersion()
{
- return Version("Provides MySQL support", VF_VENDOR);
+ return Version("Provides the ability for SQL modules to query a MySQL database.", VF_VENDOR);
}
void DispatcherThread::Run()