1. added WWV filtering
[spider.git] / cmd / uncatchup.pl
diff --git a/cmd/uncatchup.pl b/cmd/uncatchup.pl
new file mode 100644 (file)
index 0000000..15edb1a
--- /dev/null
@@ -0,0 +1,18 @@
+#
+# uncatchup some or all of the non-private messages for a node.
+#
+# in other words mark  messages as NOT being already received
+# by this node.
+#
+# $Id$
+#
+# Copyright (c) 1999 Dirk Koopman G1TLH
+#
+
+my ($self, $line) = @_;
+my @f = split /\s+/, $line;
+my $call = uc shift @f;
+my @out;
+
+
+return (1, @out);