1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 07:16:38 +02:00

Reworked live SQL support yet again

This commit is contained in:
Adam
2012-04-23 05:08:26 -04:00
parent 63c639e108
commit 573e49a7ea
172 changed files with 2517 additions and 2217 deletions
+2 -2
View File
@@ -516,7 +516,7 @@ static void LoadNicks()
m->sender = sbuf;
READ(read_string(m->text, f));
m->owner = nc->display;
nc->memos.memos.push_back(m);
nc->memos.memos->push_back(m);
}
READ(read_uint16(&u16, f));
READ(read_int16(&i16, f));
@@ -798,7 +798,7 @@ static void LoadChannels()
m->sender = sbuf;
READ(read_string(m->text, f));
m->owner = ci->name;
ci->memos.memos.push_back(m);
ci->memos.memos->push_back(m);
}
READ(read_string(buffer, f));