X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fconfiguration.pl;h=af81ad2101610eab36832f2e41dc34a098f7e9af;hb=c3c15883cf25add24fc49e32eb0d17dce6839a62;hp=9b6e4d2d6a3fc38506a55c977d41e0759e84383d;hpb=d6ef92100b25e721a15d00da498256853cc0acf2;p=spider.git diff --git a/cmd/show/configuration.pl b/cmd/show/configuration.pl index 9b6e4d2d..af81ad21 100644 --- a/cmd/show/configuration.pl +++ b/cmd/show/configuration.pl @@ -14,9 +14,9 @@ my $node; my @l; my @val; -push @out, "Node Callsigns"; +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) {