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
+5
View File
@@ -567,3 +567,8 @@ void CChan::SendBuffer(CClient* pClient) {
}
}
}
void CChan::Enable() {
ResetJoinTries();
m_bDisabled = false;
}