fix it so that the node'c country is used as default for things like sh/c
[spider.git] / cmd / show / hftable.pl
index 71d186337da54448fa0ee181c5614b94beb2b69e..4bcd3d19522da2e6f827a17253924709797dfcb8 100644 (file)
@@ -87,13 +87,8 @@ return (1, @out) if @out;
 
 # default prefixes
 unless (@pref) {                                       # no prefix or callsign, use default prefix
-       if ($self->dxcc >= 61 && $self->dxcc < 67) {
-               push @dxcc, [$_, 2] for (61..67);
-               push @pref, "GB";
-       } else {
-               push @dxcc, [$self->dxcc, 2];
-               push @pref, $self->call;
-       }
+       push @dxcc, [$_, 2] for @main::my_cc;
+       push @pref, $main::mycall;
 }
 
 # default date