This commit is contained in:
2025-11-02 08:28:07 +01:00
parent cbd11e0c51
commit 8003bc4a77
3 changed files with 210 additions and 218 deletions

View File

@@ -79,7 +79,7 @@ func (sp *SpotProcessor) processSpot(spot TelnetSpot) {
}
flexSpot.OriginalComment = spot.Comment
flexSpot.Comment = flexSpot.Comment + " [" + flexSpot.Mode + "] [" + flexSpot.SpotterCallsign + "] [" + flexSpot.UTCTime + "]"
flexSpot.Comment = flexSpot.Comment + " [" + flexSpot.Mode + "] [" + flexSpot.SpotterCallsign + "] [" + flexSpot.CountryName + "]"
if sp.HTTPServer != nil && sp.HTTPServer.Watchlist != nil {
if sp.HTTPServer.Watchlist.Matches(flexSpot.DX) {