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