mirror of
https://github.com/znc/znc.git
synced 2026-05-06 13:32:36 +02:00
Merge branch '1.6.x'
Conflicts: src/Client.cpp znc-buildmod.in
This commit is contained in:
@@ -141,7 +141,7 @@ void CChan::Cycle() const {
|
||||
}
|
||||
|
||||
void CChan::JoinUser(const CString& sKey) {
|
||||
if (!sKey.empty()) {
|
||||
if (!IsOn() && !sKey.empty()) {
|
||||
SetKey(sKey);
|
||||
}
|
||||
m_pNetwork->PutIRC("JOIN " + GetName() + " " + GetKey());
|
||||
|
||||
Reference in New Issue
Block a user