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

Remove memos from memoinfo more reliably

This commit is contained in:
Adam
2016-04-14 20:15:53 -04:00
parent 21e1913c0f
commit a941f9bde0
4 changed files with 16 additions and 3 deletions
+2
View File
@@ -590,6 +590,7 @@ static void LoadNicks()
READ(read_string(m->text, f));
m->owner = nc->display;
nc->memos.memos->push_back(m);
m->mi = &nc->memos;
}
READ(read_uint16(&u16, f));
READ(read_int16(&i16, f));
@@ -956,6 +957,7 @@ static void LoadChannels()
READ(read_string(m->text, f));
m->owner = ci->name;
ci->memos.memos->push_back(m);
m->mi = &ci->memos;
}
READ(read_string(buffer, f));