1. added WWV filtering
[spider.git] / cmd / catchup.pl
diff --git a/cmd/catchup.pl b/cmd/catchup.pl
new file mode 100644 (file)
index 0000000..4cda120
--- /dev/null
@@ -0,0 +1,18 @@
+#
+# catchup some or all of the non-private messages for a node.
+#
+# in other words mark all messages as 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);