spider/cmd/show/dup_wwv.pl
minima f6aaac824c 1. Added regex support to sh/dup_*.pl commands
2. fixed rcmd in crontab so that will work again
2000-08-14 20:37:27 +00:00

13 lines
251 B
Perl

#
# show a list of all the outstanding wwv dups
# for debugging really
#
# Copyright (c) 2000 Dirk Koopman G1TLH
#
# $Id$
#
my $self = shift;
my $line = shift;
return (1, $self->msg('e5')) unless $self->priv >= 9;
return (1, Geomag::listdups $line);