mirror of
https://github.com/znc/znc.git
synced 2026-07-03 00:11:59 +02:00
Update Csocket to d7206c6aa88bd7988f
This commit is contained in:
+1
-5
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user