remove $Id$ strings from everywhere that I can find
[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