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