mirror of
https://github.com/anope/anope.git
synced 2026-06-28 09:16:38 +02:00
Fix desync when empty permanent channels are dropped on ircds that no have permanent channel mode
This commit is contained in:
@@ -359,6 +359,8 @@ ChannelInfo::~ChannelInfo()
|
||||
|
||||
if (this->c)
|
||||
{
|
||||
this->Shrink("PERSIST");
|
||||
|
||||
if (this->bi && this->c->FindUser(this->bi))
|
||||
this->bi->Part(this->c);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user