diff --git a/mainwindow.cpp b/mainwindow.cpp index 08bea4694..89a1b1f2b 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4120,7 +4120,7 @@ void MainWindow::processMessage (DecodedText const& message, Qt::KeyboardModifie m_ntx = 7; m_gen_message_is_cq = false; } - } else { + } else if (!is_73) { // don't respond to sign off messages m_ntx=2; m_QSOProgress = REPORT; ui->txrb2->setChecked(true); @@ -4136,6 +4136,9 @@ void MainWindow::processMessage (DecodedText const& message, Qt::KeyboardModifie } m_bDoubleClickAfterCQnnn=false; } + else { + return; // nothing we need to respond to + } } else { // nothing for us return;