mirror of
https://github.com/anope/anope.git
synced 2026-07-08 15:03:12 +02:00
We don't need to reserialize aliases now we use account identifiers.
This commit is contained in:
@@ -195,10 +195,6 @@ void NickCore::SetDisplay(NickAlias *na)
|
||||
|
||||
FOREACH_MOD(OnChangeCoreDisplay, (this, na->nick));
|
||||
|
||||
/* this affects the serialized aliases */
|
||||
for (auto *alias : *aliases)
|
||||
alias->QueueUpdate();
|
||||
|
||||
/* Remove the core from the list */
|
||||
NickCoreList->erase(this->display);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user