remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / show / filter.pl
index 081ac02e987555061919a2b6f7dfcec030cb4a76..f3aab0166c259f5e1b8cdc6f24a0b143e419d159 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Copyright (c) 2000 Dirk Koopman G1TLH
 #
-# $Id$
+#
 #
 my ($self, $line) = @_;
 my @f = split /\s+/, $line;
@@ -24,7 +24,7 @@ my @in;
 if (@f) {
        push @in, @f;
 } else {
-       push @in, qw(ann spots wcy wwv);
+       push @in, qw(route ann spots wcy wwv);
 }
 
 my $sort;