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