CIRCNetwork: add support for join delay (resolves #586)

This commit is contained in:
J-P Nurmi
2014-10-10 21:51:56 +02:00
parent e9ab3e2bcf
commit 78a0331daa
3 changed files with 33 additions and 6 deletions

View File

@@ -200,9 +200,7 @@ void CIRCSock::ReadLine(const CString& sData) {
m_pNetwork->ClearRawBuffer();
m_pNetwork->AddRawBuffer(":" + _NAMEDFMT(sServer) + " " + sCmd + " {target} " + _NAMEDFMT(sRest));
// Join the first set of channels as soon as we are connected
// and let the CIRCNetworkJoinTimer join the rest.
m_pNetwork->JoinChans();
m_pNetwork->IRCConnected();
break;
}