X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fdx.pl;h=3a3d6cf09e5a189709a163f30fd41850ec748aba;hb=4647d4d8a9a97117b29c7b3a0477de2e76c01194;hp=41c71c07ffaf9cb43f954651cb9a86dc3cbdc9f9;hpb=324bd80ed4aef7e2636f5a03288788ce11ab2663;p=spider.git diff --git a/cmd/dx.pl b/cmd/dx.pl index 41c71c07..3a3d6cf0 100644 --- a/cmd/dx.pl +++ b/cmd/dx.pl @@ -81,7 +81,7 @@ return (1, @out) if !$valid; $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, 'dx', $buf);