1. added WWV filtering
[spider.git] / cmd / uncatchup.pl
1 #
2 # uncatchup some or all of the non-private messages for a node.
3 #
4 # in other words mark  messages as NOT being already received
5 # by this node.
6 #
7 # $Id$
8 #
9 # Copyright (c) 1999 Dirk Koopman G1TLH
10 #
11
12 my ($self, $line) = @_;
13 my @f = split /\s+/, $line;
14 my $call = uc shift @f;
15 my @out;
16
17
18 return (1, @out);