mirror of
https://github.com/anope/anope.git
synced 2026-06-29 00:06:39 +02:00
Fix compile/pch generation
This commit is contained in:
@@ -159,8 +159,7 @@ class ngIRCdProto : public IRCDProto
|
||||
{
|
||||
if (!u->HasMode(UMODE_CLOAK))
|
||||
{
|
||||
const BotInfo *bi = BotInfo::Find(Config->HostServ);
|
||||
u->SetMode(bi, UMODE_CLOAK);
|
||||
u->SetMode(HostServ, UMODE_CLOAK);
|
||||
// send the modechange before we send the vhost
|
||||
ModeManager::ProcessModes();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user