X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=cmd%2Fshow%2Fbadword.pl;fp=cmd%2Fshow%2Fbadword.pl;h=eddefef86d949f8c13bd0a59fe94e483d1ea7eed;hb=17f0b57add792391822d38116e89b33c1df4e2dd;hp=0000000000000000000000000000000000000000;hpb=428e91daacae4fddcabc7e6279c1fbd40edbbe91;p=spider.git diff --git a/cmd/show/badword.pl b/cmd/show/badword.pl new file mode 100644 index 00000000..eddefef8 --- /dev/null +++ b/cmd/show/badword.pl @@ -0,0 +1,10 @@ +# +# show list of bad dx callsigns +# +# Copyright (c) 1998 - Dirk Koopman G1TLH +# +# $Id$ +# +my ($self, $line) = @_; +return $BadWords::badword->show(1, $self); +