remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / show / hops.pl
index 448d93dca42d720f4a13182155fd0821cd649349..1aae29e9164e77b735b80f89d703f7dc3bdb03ff 100644 (file)
@@ -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;