1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 04:03:13 +02:00

Queue the grouped nicks to update when NickCore::SetDisplay is called, since they serialize the display field

This commit is contained in:
Adam
2014-05-30 11:07:14 -04:00
parent d6e600f74b
commit f8829783d2
+4
View File
@@ -158,6 +158,10 @@ void NickCore::SetDisplay(const NickAlias *na)
FOREACH_MOD(OnChangeCoreDisplay, (this, na->nick));
/* this affects the serialized aliases */
for (unsigned i = 0; i < aliases->size(); ++i)
aliases->at(i)->QueueUpdate();
/* Remove the core from the list */
NickCoreList->erase(this->display);