X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fdx.pl;h=dd780699b62e6225727aa771f064e448dc1a3ca8;hb=2343a398ca48f31195884e223839dfa0cb1d135f;hp=308371fd5129273944c1031e9cac83a2e9b5eabf;hpb=8942c27356acc5d5f5a20134461bcf7e6bd6a044;p=spider.git diff --git a/cmd/dx.pl b/cmd/dx.pl index 308371fd..dd780699 100644 --- a/cmd/dx.pl +++ b/cmd/dx.pl @@ -87,11 +87,13 @@ if (grep $_ eq $spotted, @DXProt::baddx) { my @spot = Spot::add($freq, $spotted, $main::systime, $line, $spotter, $main::mycall); if (@spot) { # send orf to the users - my $buf = Spot::formatb($freq, $spotted, $main::systime, $line, $spotter); - DXProt::broadcast_users($buf, 'dx', \@spot); + DXProt::send_dx_spot($self, DXProt::pc11($spotter, $freq, $spotted, $line), @spot); + +# my $buf = Spot::formatb($freq, $spotted, $main::systime, $line, $spotter); +# DXProt::broadcast_users("$buf\a\a", 'dx', $spot[0]); # send it orf to the cluster (hang onto your tin helmets) - DXProt::broadcast_ak1a(DXProt::pc11($spotter, $freq, $spotted, $line)); +# DXProt::broadcast_all_ak1a(DXProt::pc11($spotter, $freq, $spotted, $line), $DXProt::me); } }