X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fconfiguration.pl;h=3386a1716e5a65404ce7398a0d59378a6e712dd9;hb=b26c5204bc58c12fc4d61725ba4f1cfc1a38be45;hp=9b6e4d2d6a3fc38506a55c977d41e0759e84383d;hpb=d6ef92100b25e721a15d00da498256853cc0acf2;p=spider.git diff --git a/cmd/show/configuration.pl b/cmd/show/configuration.pl index 9b6e4d2d..3386a171 100644 --- a/cmd/show/configuration.pl +++ b/cmd/show/configuration.pl @@ -14,7 +14,7 @@ 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 $dxchan;