Update Csocket to d7206c6aa88bd7988f

This commit is contained in:
Kyle Fuller
2011-10-17 15:52:07 +00:00
parent 131a06594c
commit 200940756b
7 changed files with 184 additions and 309 deletions
+1 -5
View File
@@ -863,11 +863,7 @@ bool CIRCNetwork::Connect() {
);
CString sSockName = "IRC::" + m_pUser->GetUserName() + "::" + m_sName;
if (!CZNC::Get().GetManager().Connect(pServer->GetName(), pServer->GetPort(), sSockName, 120, bSSL, m_pUser->GetBindHost(), pIRCSock)) {
PutStatus("Unable to connect. (Bad host?)");
CZNC::Get().AddNetworkToQueue(this);
return false;
}
CZNC::Get().GetManager().Connect(pServer->GetName(), pServer->GetPort(), sSockName, 120, bSSL, m_pUser->GetBindHost(), pIRCSock);
return true;
}