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