add connection info to title bar
[spider.git] / cmd / show / badnode.pl
index e13e6c23224bd2915eeffaf7664b3b85f25fe7e1..cbfa5047eccb96b061bc8d159a5c2e57990e27d8 100644 (file)
@@ -1,14 +1,10 @@
 #
-# show list of bad nodes
+# show list of bad dx nodes
 #
 # Copyright (c) 1998 - Dirk Koopman G1TLH
 #
 # $Id$
 #
 my ($self, $line) = @_;
-return (1, $self->msg('e5')) if $self->priv < 6;
-my @out;
-for (@DXProt::nodx_node) {
-       push @out, "$_ is a badnode";
-}
-return (1, @out);
+return $DXProt::badnode->show(1, $self);
+