X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fconfiguration.pl;h=3386a1716e5a65404ce7398a0d59378a6e712dd9;hb=097f2329b24fd3082e880e789f8a38224784b0e0;hp=9b6e4d2d6a3fc38506a55c977d41e0759e84383d;hpb=b6fd93ded24e1e9dd485ef7254f2c7e938b21e93;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;