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