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