put duplicate checking into respective modules and out of DXProt.
[spider.git] / cmd / show / spot_dups.pl
diff --git a/cmd/show/spot_dups.pl b/cmd/show/spot_dups.pl
new file mode 100644 (file)
index 0000000..5bd9b17
--- /dev/null
@@ -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);