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

Fixed zlines to only add the xline host, fixed db_mysql's write function, and prevent adding multiple of the same nick to access lists

This commit is contained in:
Adam
2011-08-20 00:50:26 -04:00
parent fd999b996f
commit fa3b74a5b4
8 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -1396,7 +1396,7 @@ static void Write(const Anope::string &data)
{
SQLQuery query("INSERT INTO `anope_extra` (data) VALUES(@data)");
query.setValue("data", data);
me->RunQuery(data);
me->RunQuery(query);
}
static void WriteNickMetadata(const Anope::string &key, const Anope::string &data)