X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fbadnode.pl;h=ff59c68deab622c2d8efe5aafab1d870b2231523;hb=4e913f45fcd752c8a084dfb31f2c8e0da30f59b1;hp=e13e6c23224bd2915eeffaf7664b3b85f25fe7e1;hpb=8df1aee164a383a9093706023a1187caff925cc7;p=spider.git diff --git a/cmd/show/badnode.pl b/cmd/show/badnode.pl index e13e6c23..ff59c68d 100644 --- a/cmd/show/badnode.pl +++ b/cmd/show/badnode.pl @@ -7,8 +7,8 @@ # my ($self, $line) = @_; return (1, $self->msg('e5')) if $self->priv < 6; -my @out; +my @out = ($self->msg('badnode3')); for (@DXProt::nodx_node) { - push @out, "$_ is a badnode"; + push @out, $_; } return (1, @out);