1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 04:26:37 +02:00

Merge branch '2.0' into 2.1.

This commit is contained in:
Sadie Powell
2022-04-22 10:34:04 +01:00
3 changed files with 16 additions and 3 deletions
-3
View File
@@ -82,10 +82,7 @@ class UnrealIRCdProto : public IRCDProto
void SendVhostDel(User *u) override
{
BotInfo *HostServ = Config->GetClient("HostServ");
u->RemoveMode(HostServ, "CLOAK");
u->RemoveMode(HostServ, "VHOST");
ModeManager::ProcessModes();
u->SetMode(HostServ, "CLOAK");
}
void SendAkill(User *u, XLine *x) override