ResetJoinTries once we enable a channel

Fixes #83
This commit is contained in:
Kyle Fuller
2012-03-21 21:57:56 +00:00
parent 7969e73f5c
commit 6999c8222d
3 changed files with 6 additions and 2 deletions

View File

@@ -520,7 +520,6 @@ void CIRCSock::ReadLine(const CString& sData) {
m_pNetwork->AddChan(sChan, false);
pChan = m_pNetwork->FindChan(sChan);
if (pChan) {
pChan->ResetJoinTries();
pChan->Enable();
pChan->SetIsOn(true);
PutIRC("MODE " + sChan);