add RBN filtering
[spider.git] / cmd / show / filter.pl
index f3aab0166c259f5e1b8cdc6f24a0b143e419d159..ccfbc48583c980a12ee2999e8757775f9230ac1b 100644 (file)
@@ -24,7 +24,7 @@ my @in;
 if (@f) {
        push @in, @f;
 } else {
-       push @in, qw(route ann spots wcy wwv);
+       push @in, qw(route ann spots wcy wwv rbn);
 }
 
 my $sort;