X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fspot_dups.pl;fp=cmd%2Fshow%2Fspot_dups.pl;h=5bd9b1747799601dee74be804a3871b742c14c33;hb=88665a2bed3b9ec9e97237938a95a045b2a21bb4;hp=0000000000000000000000000000000000000000;hpb=19f68ea69f734f50b46fba21aab99315d5803e09;p=spider.git diff --git a/cmd/show/spot_dups.pl b/cmd/show/spot_dups.pl new file mode 100644 index 00000000..5bd9b174 --- /dev/null +++ b/cmd/show/spot_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, Spot::listdups);