diff options
Diffstat (limited to 'src/channels.cpp')
-rw-r--r-- | src/channels.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channels.cpp b/src/channels.cpp index 32fb5aea7..7fd8ab009 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -437,7 +437,7 @@ void Channel::RemoveModeInternal(MessageSource &setter, ChannelMode *cm, const A if (this->ci) this->ci->Shrink("PERSIST"); - if (this->users.empty()) + if (this->users.empty() && !this->HasExt("SYNCING") && !this->HasExt("INHABIT")) { delete this; return; |