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