remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / show / dup_ann.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 #
8 #
9 my $self = shift;
10 my $line = shift;
11 return (1, $self->msg('e5')) unless $self->priv >= 9; 
12 return (1, AnnTalk::listdups $line);