X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fhops.pl;h=1aae29e9164e77b735b80f89d703f7dc3bdb03ff;hb=c3505bcfc922cd712bad2c20b3479cf8d1dc54fe;hp=448d93dca42d720f4a13182155fd0821cd649349;hpb=ebbe325acb6e18437ae01cb1b32e615c83e24641;p=spider.git diff --git a/cmd/show/hops.pl b/cmd/show/hops.pl index 448d93dc..1aae29e9 100644 --- a/cmd/show/hops.pl +++ b/cmd/show/hops.pl @@ -3,7 +3,7 @@ # # Copyright (c) 2000 Dirk Koopman G1TLH # -# $Id$ +# # my ($self, $line) = @_; my @f = split /\s+/, $line; @@ -22,7 +22,7 @@ my @in; if (@f) { push @in, @f; } else { - push @in, qw(ann spots wcy wwv); + push @in, qw(ann spots route wcy wwv); } my $sort;