1360907c292da44237c814b51e6a642427e70e58
[spider.git] / cmd / show / dup_wwv.pl
1 #
2 # show a list of all the outstanding wwv dups
3 # for debugging really
4 #
5 # Copyright (c) 2000 Dirk Koopman G1TLH
6 #
7 # $Id$
8 #
9 my $self = shift;
10 my $line = shift;
11 return (1, $self->msg('e5')) unless $self->priv >= 9; 
12 return (1, Geomag::listdups $line);