X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fdx.pl;h=3a3d6cf09e5a189709a163f30fd41850ec748aba;hb=4647d4d8a9a97117b29c7b3a0477de2e76c01194;hp=763bf9b0aace735bd8e7db629724c2c594fe15d6;hpb=9a55af9586711ecdea8dc9b0da38509119fa8090;p=spider.git diff --git a/cmd/dx.pl b/cmd/dx.pl index 763bf9b0..3a3d6cf0 100644 --- a/cmd/dx.pl +++ b/cmd/dx.pl @@ -77,11 +77,14 @@ if ($spotted le ' ') { return (1, @out) if !$valid; +# change ^ into : for transmission +$line =~ s/\^/:/og; + # Store it here -if (Spot::add($freq, $spotted, $main::systime, $line, $spotter)) { +if (Spot::add($freq, $spotted, $main::systime, $line, $spotter, $main::mycall)) { # send orf to the users my $buf = Spot::formatb($freq, $spotted, $main::systime, $line, $spotter); - DXProt::broadcast_users($buf); + DXProt::broadcast_users($buf, 'dx', $buf); # send it orf to the cluster (hang onto your tin helmets)!