Don't emulate chghost for disabled channels

Bug #1924
This commit is contained in:
Alexey Sokolov
2024-12-29 10:11:00 +00:00
parent bfd731cfc6
commit 1224d303aa

View File

@@ -547,6 +547,7 @@ bool CIRCSock::OnChgHostMessage(CChgHostMessage& Message) {
}
if (!bNeedEmulate) continue;
if (pChan->IsDisabled()) continue;
if (pChan->IsDetached()) continue;
CTargetMessage ModeMsg;