mirror of
https://github.com/znc/znc.git
synced 2026-05-05 04:52:31 +02:00
@@ -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