X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fdup_spots.pl;h=ba9c31e6e173d21a5bd915026eddfba410bde817;hb=f2c90f82509ae2be33216ebaed3bc9f8ea3f5f80;hp=5bd9b1747799601dee74be804a3871b742c14c33;hpb=840ace66681d2d615ff412e1197fa613f262c1f2;p=spider.git diff --git a/cmd/show/dup_spots.pl b/cmd/show/dup_spots.pl index 5bd9b174..ba9c31e6 100644 --- a/cmd/show/dup_spots.pl +++ b/cmd/show/dup_spots.pl @@ -4,8 +4,9 @@ # # Copyright (c) 2000 Dirk Koopman G1TLH # -# $Id$ +# # my $self = shift; +my $line = shift; return (1, $self->msg('e5')) unless $self->priv >= 9; -return (1, Spot::listdups); +return (1, Spot::listdups $line);