mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
Merge pull request #841 from jpnurmi/cycle
Fix #840 - channel hopping/cycling
This commit is contained in:
+1
-3
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user