Fix #840 - channel hopping/cycling

A regression caused by aed1d61.
This commit is contained in:
J-P Nurmi
2015-02-02 10:39:37 +01:00
parent d4a36aaa93
commit 7680421053

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) {