Merge commit 'refs/pull/360/head' of github.com:znc/znc

This commit is contained in:
Alexey Sokolov
2013-05-18 17:15:42 +04:00
+1 -1
View File
@@ -361,7 +361,7 @@ public:
+ sCmd + pChannel->GetName() + sMsg, false, true, pUser);
}
if (m_ssDefaultChans.find(pChannel->GetName()) != m_ssDefaultChans.end()) {
if (!pUser->IsBeingDeleted() && m_ssDefaultChans.find(pChannel->GetName()) != m_ssDefaultChans.end()) {
JoinUser(pUser, pChannel);
}