1
0
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:
Sadie Powell
2025-06-16 20:17:52 +01:00
parent 8b37cdb5d5
commit 1108e54250
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -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);