mirror of
https://github.com/anope/anope.git
synced 2026-07-02 08:26:38 +02:00
Add db_sql:prefix allow prefixing all anope tables similarly, and changed db_sql to update the databases incrementally instead of one big flush
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ NickAlias::~NickAlias()
|
||||
this->nc->aliases.erase(it);
|
||||
if (this->nc->aliases.empty())
|
||||
{
|
||||
delete this->nc;
|
||||
this->nc->destroy();
|
||||
this->nc = NULL;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user