272e74c3250a20a571d2ee888b6c2f1ae702c4c1
[spider.git] / cmd / show / badspotter.pl
1 #
2 # show list of bad spotter callsigns
3 #
4 # Copyright (c) 1998 - Dirk Koopman G1TLH
5 #
6 #
7 #
8 my ($self, $line) = @_;
9 return $DXProt::badspotter->show(1, $self);
10