X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Ffilter.pl;h=ccfbc48583c980a12ee2999e8757775f9230ac1b;hb=743a03b3b060fbff8579503647a01722fb634cb1;hp=081ac02e987555061919a2b6f7dfcec030cb4a76;hpb=741df15be42033db97000fc0d167341bc0deabb0;p=spider.git diff --git a/cmd/show/filter.pl b/cmd/show/filter.pl index 081ac02e..ccfbc485 100644 --- a/cmd/show/filter.pl +++ b/cmd/show/filter.pl @@ -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 rbn); } my $sort;