Merge branch '1.6.x'

Conflicts:
	src/Client.cpp
	znc-buildmod.in
This commit is contained in:
J-P Nurmi
2015-07-31 23:53:30 +02:00
7 changed files with 22 additions and 9 deletions

View File

@@ -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());