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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user