diff --git a/src/Chan.cpp b/src/Chan.cpp index 210e4e2d..08cb76a5 100644 --- a/src/Chan.cpp +++ b/src/Chan.cpp @@ -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) {