mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
Update Csocket to d7206c6aa88bd7988f
This commit is contained in:
@@ -126,10 +126,7 @@ public:
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!CZNC::Get().GetManager().Connect(sRemoteIP, uRemotePort, "DCC::GET::" + sRemoteNick, 60, false, m_pUser->GetLocalDCCIP(), pSock)) {
|
||||
PutModule("DCC <- [" + sRemoteNick + "][" + sFileName + "] - Unable to connect.");
|
||||
return false;
|
||||
}
|
||||
CZNC::Get().GetManager().Connect(sRemoteIP, uRemotePort, "DCC::GET::" + sRemoteNick, 60, false, m_pUser->GetLocalDCCIP(), pSock);
|
||||
|
||||
PutModule("DCC <- [" + sRemoteNick + "][" + sFileName + "] - Attempting to connect to [" + sRemoteIP + "]");
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user