X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fdx.pl;h=98338ec60986b731439d610605fe82e58f0368c1;hb=82de56e409a19a05761794c9588713160b51144e;hp=0ebfb1674cf17564919eea7f243e8e259ba62315;hpb=bfa8589d67aebae38f9ed41b4539577ad45b8f94;p=spider.git diff --git a/cmd/dx.pl b/cmd/dx.pl index 0ebfb167..98338ec6 100644 --- a/cmd/dx.pl +++ b/cmd/dx.pl @@ -101,12 +101,6 @@ if (grep $_ eq $spotted, @DXProt::baddx) { if (@spot) { # send orf to the users 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_all_ak1a(DXProt::pc11($spotter, $freq, $spotted, $line), $DXProt::me); } }