c8abccc1f24c64e925b4f850ac5c7c5a53761626
[spider.git] / cmd / show / dup_eph.pl
1 #
2 # show a list of all the outstanding announce dups
3 # for debugging really
4 #
5 # Copyright (c) 2000 Dirk Koopman G1TLH
6 #
7 # $Id$
8 #
9 my $self = shift;
10 my $line = shift;
11 return (1, $self->msg('e5')) unless $self->priv >= 9; 
12 return (1, DXProt::eph_list $line);