X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FThingy%2FDx.pm;h=596f5933abfbc3326caa2ca8dca6667c25b58ef1;hb=0662c6881129c63319b968a2fc9f36a84d518436;hp=aa7322ed12c1a6a4e9e2bc03b6bd2176372f833b;hpb=9cb17cdc59baad6fd8d175ec9a644575cdc8c5d5;p=spider.git diff --git a/perl/Thingy/Dx.pm b/perl/Thingy/Dx.pm index aa7322ed..596f5933 100644 --- a/perl/Thingy/Dx.pm +++ b/perl/Thingy/Dx.pm @@ -69,7 +69,7 @@ sub gen_DXProt my $text = $sd->[3] || ' '; $text =~ s/\^/\%5E/g; my $t = $sd->[2]; - $thing->{DXProt} = sprintf "PC11^%.1f^$sd->[1]^%s^%s^%s^$sd->[4]^$sd->[7]^$hops^~", $sd->[0], cldate($t), ztime($t), $text; + $thing->{DXProt} = sprintf "PC11^%.1f^$sd->[1]^%s^%s^%s^$sd->[4]^$sd->[7]^H$hops^~", $sd->[0], cldate($t), ztime($t), $text; } return $thing->{DXProt}; } @@ -110,7 +110,7 @@ sub handle my $dxchan = shift; my $spot = $thing->{spotdata}; - if (Spot::dup(@$spot[0..4])) { + if (Spot::dup(@$spot[0..4,5])) { dbg("PCPROT: Duplicate Spot ignored\n") if isdbg('chanerr'); return; }