2 # set list of bad dx callsigns
4 # Copyright (c) 1998 - Dirk Koopman G1TLH
8 my ($self, $line) = @_;
9 return (1, $self->msg('e5')) if $self->remotecmd;
11 return (1, $self->msg('e5')) if $self->priv < 6;
12 $line = join(' ', map {s|[/-]\d+$||; $_} split(/\s+/, $line));
13 return $DXProt::baddx->set(8, $self->msg('e6'), $self, $line);