X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fdup_wcy.pl;fp=cmd%2Fshow%2Fdup_wcy.pl;h=d326698d17f06dc5a6cb3a49c87b6b88af9f4b18;hb=f6aaac824c979f97f7637cdc585f7541b3a941bd;hp=a493b7f2c8133ef7b9320286c5d7a0e21484fc87;hpb=44803b76e72d76567f70a11e150a53a1cd87c2d3;p=spider.git diff --git a/cmd/show/dup_wcy.pl b/cmd/show/dup_wcy.pl index a493b7f2..d326698d 100644 --- a/cmd/show/dup_wcy.pl +++ b/cmd/show/dup_wcy.pl @@ -7,5 +7,7 @@ # $Id$ # my $self = shift; +my $line = shift; + return (1, $self->msg('e5')) unless $self->priv >= 9; -return (1, WCY::listdups); +return (1, WCY::listdups $line);