add various eph timings and variables to control them
[spider.git] / cmd / show / dup_eph.pl
diff --git a/cmd/show/dup_eph.pl b/cmd/show/dup_eph.pl
new file mode 100644 (file)
index 0000000..c8abccc
--- /dev/null
@@ -0,0 +1,12 @@
+#
+# show a list of all the outstanding announce dups
+# for debugging really
+#
+# Copyright (c) 2000 Dirk Koopman G1TLH
+#
+# $Id$
+#
+my $self = shift;
+my $line = shift;
+return (1, $self->msg('e5')) unless $self->priv >= 9; 
+return (1, DXProt::eph_list $line);