X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fdx.pl;h=0b2ece1d6b250cd0808f05205c455ed2967520f5;hb=f52bf428cfd46825c2e2fcd3a0ba55097bbe7bd6;hp=c7161b62b7887c99d232362b1249e61ad6c0060c;hpb=7b125939d7c1542f951286e03c28f9cddbfe4fce;p=spider.git diff --git a/cmd/dx.pl b/cmd/dx.pl index c7161b62..0b2ece1d 100644 --- a/cmd/dx.pl +++ b/cmd/dx.pl @@ -100,7 +100,7 @@ if (@bad = BadWords::check($line)) { } # Store it here (but only if it isn't baddx) -if (grep $_ eq $spotted, @DXProt::baddx) { +if ($DXProt::baddx->in($spotted)) { my $buf = Spot::formatb($self->user->wantgrid, $freq, $spotted, $main::systime, $line, $spotter); push @out, $buf; } else {