added broadcast_all_ak1a so that local commands go to isolated clusters
[spider.git] / cmd / dx.pl
index 308371fd5129273944c1031e9cac83a2e9b5eabf..bda2979ec83ffefdb927612dea0c3f2f628b3081 100644 (file)
--- a/cmd/dx.pl
+++ b/cmd/dx.pl
@@ -91,7 +91,7 @@ if (grep $_ eq $spotted, @DXProt::baddx) {
                DXProt::broadcast_users($buf, 'dx', \@spot);
 
                # 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);
        }
 }