X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=cmd%2Fshow%2Fconfiguration.pl;h=af81ad2101610eab36832f2e41dc34a098f7e9af;hb=c3c15883cf25add24fc49e32eb0d17dce6839a62;hp=3386a1716e5a65404ce7398a0d59378a6e712dd9;hpb=bcf099764f49e68ef016964e420b906e7900623e;p=spider.git diff --git a/cmd/show/configuration.pl b/cmd/show/configuration.pl index 3386a171..af81ad21 100644 --- a/cmd/show/configuration.pl +++ b/cmd/show/configuration.pl @@ -16,7 +16,7 @@ my @val; push @out, $self->msg('showconf'); if ($list[0] && $list[0] =~ /^NOD/) { - my @ch = sort {$a->call cmp $b->call} DXChannel::get_all_nodes(); + my @ch = sort {$a->call cmp $b->call} grep {$_->is_node || $_->is_aranea} DXChannel::get_all(); my $dxchan; foreach $dxchan (@ch) {