added french changes
[spider.git] / cmd / show / configuration.pl
index 51c39dd07a8fa22733a429c69355cc26e498c561..3386a1716e5a65404ce7398a0d59378a6e712dd9 100644 (file)
@@ -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;
@@ -55,7 +55,7 @@ if ($list[0] && $list[0] =~ /^NOD/) {
                        if (@list) {
                                next unless grep $node->call =~ /^$_/, @list;
                        } else {
-                               next unless $node->dxcc == $self->dxcc;
+                               next unless grep $node->dxcc == $_, @main::my_cc;
                        }
                }
                my $call = $node->call;