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

Fix unsetting vhosts when cloaking isn't available on InspIRCd.

This commit is contained in:
Sadie Powell
2025-05-29 15:46:31 +01:00
parent 50030e07fa
commit 682a6a6ad4
+1 -1
View File
@@ -364,7 +364,7 @@ public:
u->SetMode(NULL, um);
else
// Try to restore cloaked host
this->SendChgHostInternal(u->nick, u->chost);
this->SendChgHostInternal(u->GetUID(), u->chost);
}
void SendAkill(User *u, XLine *x) override