]> dxcluster.org Git - spider.git/blob - cmd/show/badspotter.pl
Try each badword with an S on the end as well and also check for 'f.u c'
[spider.git] / cmd / show / badspotter.pl
1 #
2 # show list of bad spotter callsigns
3 #
4 # Copyright (c) 1998 - Dirk Koopman G1TLH
5 #
6 # $Id$
7 #
8 my ($self, $line) = @_;
9 return $DXProt::badspotter->show(1, $self);
10