1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 02:33:13 +02:00

Rename several modules to remove the m_ prefix.

This commit is contained in:
Sadie Powell
2024-01-24 12:01:50 +00:00
parent 72acef4e15
commit 7ac1fe5847
43 changed files with 142 additions and 142 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
void IRC2SQL::OnShutdown()
{
// TODO: test if we really have to use blocking query here
// (sometimes m_mysql get unloaded before the other thread executed all queries)
// (sometimes mysql get unloaded before the other thread executed all queries)
if (this->sql)
SQL::Result r = this->sql->RunQuery(SQL::Query("CALL " + prefix + "OnShutdown()"));
quitting = true;