X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fdup_wcy.pl;h=030fe8c7dd53456b8b8761a97367a68be34aa615;hb=refs%2Fheads%2Fnewusers;hp=a493b7f2c8133ef7b9320286c5d7a0e21484fc87;hpb=840ace66681d2d615ff412e1197fa613f262c1f2;p=spider.git diff --git a/cmd/show/dup_wcy.pl b/cmd/show/dup_wcy.pl index a493b7f2..030fe8c7 100644 --- a/cmd/show/dup_wcy.pl +++ b/cmd/show/dup_wcy.pl @@ -4,8 +4,10 @@ # # Copyright (c) 2000 Dirk Koopman G1TLH # -# $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);