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

Fixed db_old loading memo owners

This commit is contained in:
Adam
2012-02-22 16:25:20 -05:00
parent bd31fbb9f0
commit 81e50dd1f4
+2
View File
@@ -516,6 +516,7 @@ static void LoadNicks()
READ(read_buffer(sbuf, f));
m->sender = sbuf;
READ(read_string(m->text, f));
m->owner = nc->display;
nc->memos.memos.push_back(m);
}
READ(read_uint16(&u16, f));
@@ -795,6 +796,7 @@ static void LoadChannels()
READ(read_buffer(sbuf, f));
m->sender = sbuf;
READ(read_string(m->text, f));
m->owner = ci->name;
ci->memos.memos.push_back(m);
}