X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Funset%2Fbadspotter.pl;h=5c2433e9289d00703cfdc25682ac15a4cfa33770;hb=934a5db829e43833c5f6c45c8cd9919dcfe734b9;hp=5664f1cb207fdbad84edeaf6ba6e48f51eaadf75;hpb=0a92a4608d715cd9cd7eec3c120da651fbb4da5b;p=spider.git diff --git a/cmd/unset/badspotter.pl b/cmd/unset/badspotter.pl index 5664f1cb..5c2433e9 100644 --- a/cmd/unset/badspotter.pl +++ b/cmd/unset/badspotter.pl @@ -6,5 +6,6 @@ # $Id$ # my ($self, $line) = @_; +$line = join(' ', map {s|[/-]\d+$||; $_} split(/\s+/, $line)); return $DXProt::badspotter->unset(8, $self->msg('e6'), $self, $line);