X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FVE7CC.pm;h=2e931777969820577dcdadf8c74d7f7f0b13e087;hb=fcee4c6564cc9118d9e107276603658a4f68af18;hp=43390fb943341472735a0f599d20d73ab3f8aa60;hpb=080b937d5e6d083879e9df1dd70def745efd8839;p=spider.git diff --git a/perl/VE7CC.pm b/perl/VE7CC.pm index 43390fb9..2e931777 100644 --- a/perl/VE7CC.pm +++ b/perl/VE7CC.pm @@ -34,7 +34,10 @@ sub dx_spot # remove interface callsign; pop; - return sprintf("CC11^%0.1f^%s^", $freq, $spotted) . join('^', cldate($t), ztime($t), @_); + my $spotter_cc = (Prefix::cty_data($spotted))[5]; + my $spotted_cc = (Prefix::cty_data($_[1]))[5]; + + return sprintf("CC11^%0.1f^%s^", $freq, $spotted) . join('^', cldate($t), ztime($t), @_, $spotter_cc, $spotted_cc); } 1;