1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 15:23:12 +02:00

Merge branch '2.0' into 2.1.

This commit is contained in:
Sadie Powell
2024-03-12 16:50:30 +00:00
6 changed files with 79 additions and 30 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ class CommandHSSetAll final
for (auto *nick : *na->nc->aliases)
{
if (nick)
if (nick && nick != na)
nick->SetVhost(na->GetVhostIdent(), na->GetVhostHost(), na->GetVhostCreator());
}
}