remove console warning, dupe fields
[spider.git] / cmd / dx.pl
index a5d3b4253f8882659dc8eeea48eac8842a837694..e8e56dc1e596e91408cd50bab9e7544933a58fee 100644 (file)
--- a/cmd/dx.pl
+++ b/cmd/dx.pl
@@ -95,7 +95,7 @@ my $callnoid = basecall($self->{call});
 if ($DXProt::baddx->in($spotted)) {
        $localonly++; 
 }
-if ($DXProt::badspotter->in($spotternoid)) { 
+if ($DXProt::badspotter->in($spotternoid) || $self->badip) { 
        LogDbg('DXCommand', "badspotter $spotternoid as $spotter ($oline) from $addr");
        $localonly++; 
 }