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