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