Fix #759 - channels cannot be reattached

This was a regression caused by aed1d61 :(
This commit is contained in:
J-P Nurmi
2014-11-26 12:34:47 +01:00
parent abb0ca5bd3
commit 4a31ec57de
4 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ public:
// Now check for a positive match
for (it = m_vMatches.begin(); it != m_vMatches.end(); ++it) {
if (!it->IsNegated() && it->IsMatch(sChan, sHost, sMessage)) {
Channel.JoinUser();
Channel.AttachUser();
return;
}
}