If RRR is indeed the last message from the CQ side exchange perhaps this
simple patch would be appropriate to prompt for logging on RRR?  So rather
than "message_is_73" it's really "message_is_QSO_end"?

 

Index: mainwindow.cpp

===================================================================

--- mainwindow.cpp       (revision 5885)

+++ mainwindow.cpp    (working copy)

@@ -72,7 +73,7 @@

   bool message_is_73 (int type, QStringList const& msg_parts)

   {

     return type >= 0

-      && ((type < 6 && msg_parts.contains ("73"))

+      && ((type < 6 && (msg_parts.contains ("73") || msg_parts.contains
("RRR") ))

           || (type == 6 && !msg_parts.filter ("73").isEmpty ()));

   }

}

Mike W9MDB 

------------------------------------------------------------------------------
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to