Merge pull request #841 from jpnurmi/cycle

Fix #840 - channel hopping/cycling
This commit is contained in:
Alexey Sokolov
2015-02-02 20:27:03 +00:00
+1 -3
View File
@@ -133,9 +133,7 @@ void CChan::JoinUser(const CString& sKey) {
if (!sKey.empty()) {
SetKey(sKey);
}
if (!IsOn()) {
m_pNetwork->PutIRC("JOIN " + GetName() + " " + GetKey());
}
m_pNetwork->PutIRC("JOIN " + GetName() + " " + GetKey());
}
void CChan::AttachUser(CClient* pClient) {