1
0
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:
Adam
2012-11-22 20:27:42 -05:00
parent 7963534940
commit 0e7bd9f3ba
3 changed files with 10 additions and 9 deletions
+1 -2
View File
@@ -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();
}