58760050b82145509b62b0e7d7220991bed6b9f3
[spider.git] / cmd / unset / baddx.pl
1 #
2 # unset list of bad dx callsigns
3 #
4 # Copyright (c) 1998 - Dirk Koopman G1TLH
5 #
6 #
7 #
8 my ($self, $line) = @_;
9 return $DXProt::baddx->unset(8, $self->msg('e6'), $self, $line);
10