X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fwwv_dups.pl;fp=cmd%2Fshow%2Fwwv_dups.pl;h=bf0cbe75a06901b51d121e547234e52e219cc0e9;hb=88665a2bed3b9ec9e97237938a95a045b2a21bb4;hp=0000000000000000000000000000000000000000;hpb=19f68ea69f734f50b46fba21aab99315d5803e09;p=spider.git diff --git a/cmd/show/wwv_dups.pl b/cmd/show/wwv_dups.pl new file mode 100644 index 00000000..bf0cbe75 --- /dev/null +++ b/cmd/show/wwv_dups.pl @@ -0,0 +1,11 @@ +# +# show a list of all the outstanding spot dups +# for debugging really +# +# Copyright (c) 2000 Dirk Koopman G1TLH +# +# $Id$ +# +my $self = shift; +return (1, $self->msg('e5')) unless $self->priv >= 9; +return (1, Geomag::listdups);