1
0
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:
Adam
2013-05-18 15:46:39 -04:00
parent a3dc75c61c
commit be4a39ceb6
2 changed files with 3 additions and 3 deletions
+2
View File
@@ -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);