mirror of
https://github.com/anope/anope.git
synced 2026-07-03 06:53:14 +02:00
Don't delete users immediately when quit or killed, instead wait until message processing is done
This commit is contained in:
@@ -406,7 +406,7 @@ std::vector<Query> MySQLService::CreateTable(const Anope::string &table, const D
|
||||
return queries;
|
||||
}
|
||||
|
||||
Query MySQLService::BuildInsert(const Anope::string &table, unsigned int id, Data &data) anope_override
|
||||
Query MySQLService::BuildInsert(const Anope::string &table, unsigned int id, Data &data)
|
||||
{
|
||||
/* Empty columns not present in the data set */
|
||||
const std::set<Anope::string> &known_cols = this->active_schema[table];
|
||||
|
||||
Reference in New Issue
Block a user