1
0
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:
Adam
2012-04-27 15:38:50 -04:00
parent 83ee20fc29
commit 5068483cb9
9 changed files with 133 additions and 122 deletions
+1 -1
View File
@@ -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