mirror of
https://github.com/znc/znc.git
synced 2026-07-06 01:41:12 +02:00
Fix #759 - channels cannot be reattached
This was a regression caused by aed1d61 :(
This commit is contained in:
@@ -92,7 +92,7 @@ public:
|
||||
}
|
||||
// No buffer playback, makes sense, doesn't it?
|
||||
pChan->ClearBuffer();
|
||||
pChan->JoinUser();
|
||||
pChan->AttachUser();
|
||||
}
|
||||
|
||||
Limits::iterator it2 = it++;
|
||||
|
||||
Reference in New Issue
Block a user