abdd2e2b872e9c9518cd472f562d361544d2dd2c
[spider.git] / cmd / set / 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->set(8, $self->msg('e12'), $self, $line);
10