X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fvhftable.pl;h=d13202901ae4ffa0371053ce3e18037bb1e19f92;hb=65ed61f1c171b124771f0214c186cf57e0bb41ff;hp=421443a6fbfb343509ef80deff2e709797e4d087;hpb=5bc87856bb191e42d91628a5a4d9579a242b9541;p=spider.git diff --git a/cmd/show/vhftable.pl b/cmd/show/vhftable.pl index 421443a6..d1320290 100644 --- a/cmd/show/vhftable.pl +++ b/cmd/show/vhftable.pl @@ -3,7 +3,7 @@ # # Copyright (c) 2001 Dirk Koopman G1TLH # -# $Id$ +# # my ($self, $line) = @_; @@ -59,13 +59,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