X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Funcatchup.pl;fp=cmd%2Funcatchup.pl;h=15edb1a48f5141ea4e300e865f4f8504f8b5a40a;hb=f0ac8322367c66080b6dbb74da4de72dae126dc3;hp=0000000000000000000000000000000000000000;hpb=75bb627e525bc813b1016a70cae15282faae8c26;p=spider.git diff --git a/cmd/uncatchup.pl b/cmd/uncatchup.pl new file mode 100644 index 00000000..15edb1a4 --- /dev/null +++ b/cmd/uncatchup.pl @@ -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);