X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fbadspotter.pl;fp=cmd%2Fshow%2Fbadspotter.pl;h=1110a0b8775bc7336c31943e03966d645d8a6fef;hb=0a92a4608d715cd9cd7eec3c120da651fbb4da5b;hp=0000000000000000000000000000000000000000;hpb=e9c1322080e18fb8f6f3f0e54bfcbdf3f4da3909;p=spider.git diff --git a/cmd/show/badspotter.pl b/cmd/show/badspotter.pl new file mode 100644 index 00000000..1110a0b8 --- /dev/null +++ b/cmd/show/badspotter.pl @@ -0,0 +1,10 @@ +# +# show list of bad spotter callsigns +# +# Copyright (c) 1998 - Dirk Koopman G1TLH +# +# $Id$ +# +my ($self, $line) = @_; +return $DXProt::badspotter->show(1, $self); +