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