Start joining channels as soon as we are connected

This commit is contained in:
Alexander Færøy
2014-05-30 01:11:11 +02:00
parent 299f3aa637
commit 1e9e029227
+4
View File
@@ -199,6 +199,10 @@ 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();
break;
}
case 5: