spider/cmd/unset/badnode.pl

11 lines
177 B
Perl
Raw Normal View History

#
# set list of bad dx nodes
#
# Copyright (c) 1998 - Dirk Koopman G1TLH
#
# $Id$
#
my ($self, $line) = @_;
return $DXProt::badnode->unset(8, $self->msg('e12'), $self, $line);