X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fdx.pl;h=3a3d6cf09e5a189709a163f30fd41850ec748aba;hb=4647d4d8a9a97117b29c7b3a0477de2e76c01194;hp=6645856299290e239c3e885c3d7409aee29fe6ea;hpb=61cdf7dc2b72c1898850a4d2aa403d712f22f8ee;p=spider.git diff --git a/cmd/dx.pl b/cmd/dx.pl index 66458562..3a3d6cf0 100644 --- a/cmd/dx.pl +++ b/cmd/dx.pl @@ -81,10 +81,10 @@ 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); + DXProt::broadcast_users($buf, 'dx', $buf); # send it orf to the cluster (hang onto your tin helmets)!