X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fdx.pl;h=e8e56dc1e596e91408cd50bab9e7544933a58fee;hb=2b7e736fb36d7edc64930ce9a8acffb86257e3ed;hp=a5d3b4253f8882659dc8eeea48eac8842a837694;hpb=a9a23aff9ed835f84f4a70c8f8869bc34a729267;p=spider.git diff --git a/cmd/dx.pl b/cmd/dx.pl index a5d3b425..e8e56dc1 100644 --- 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++; }