diff --git a/znc.cpp b/znc.cpp index e46d91b1..e02e7c23 100644 --- a/znc.cpp +++ b/znc.cpp @@ -122,7 +122,7 @@ bool CZNC::ConnectUser(CUser *pUser) { } #endif - if (!m_Manager.Connect(pServer->GetName(), pServer->GetPort(), sSockName, 20, bSSL, pUser->GetVHost(), pIRCSock)) { + if (!m_Manager.Connect(pServer->GetName(), pServer->GetPort(), sSockName, 120, bSSL, pUser->GetVHost(), pIRCSock)) { ReleaseISpoof(); pUser->PutStatus("Unable to connect. (Bad host?)"); }