645e217e31004a2f35cdec92da2f8bf64fd1bfca
[spider.git] / cmd / set / badspotter.pl
1 #
2 # set list of bad dx spotters
3 #
4 # Copyright (c) 1998 - Dirk Koopman G1TLH
5 #
6 #
7 #
8 my ($self, $line) = @_;
9 $line = join(' ', map {s|[/-]\d+$||; $_} split(/\s+/, $line));
10 return $DXProt::badspotter->set(8, $self->msg('e6'), $self, $line);
11