added user filtering (or at leats the capability for it)
[spider.git] / cmd / dx.pl
index bda2979ec83ffefdb927612dea0c3f2f628b3081..dd780699b62e6225727aa771f064e448dc1a3ca8 100644 (file)
--- 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_all_ak1a(DXProt::pc11($spotter, $freq, $spotted, $line), $DXProt::me);
+#              DXProt::broadcast_all_ak1a(DXProt::pc11($spotter, $freq, $spotted, $line), $DXProt::me);
        }
 }