*** empty log message ***
[spider.git] / cmd / show / dup_wwv.pl
diff --git a/cmd/show/dup_wwv.pl b/cmd/show/dup_wwv.pl
new file mode 100644 (file)
index 0000000..4bd5ad3
--- /dev/null
@@ -0,0 +1,11 @@
+#
+# show a list of all the outstanding wwv 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);