X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fdup_wwv.pl;h=eb3e934dc08bcfe0ce3ea9fe8c368dc8f507f4bb;hb=067835d5b0160e10a778252cf0dc6b2e4d1a74cb;hp=4bd5ad3fb81d42db87ad37998fe494e6a9ba691f;hpb=840ace66681d2d615ff412e1197fa613f262c1f2;p=spider.git diff --git a/cmd/show/dup_wwv.pl b/cmd/show/dup_wwv.pl index 4bd5ad3f..eb3e934d 100644 --- a/cmd/show/dup_wwv.pl +++ b/cmd/show/dup_wwv.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, Geomag::listdups); +return (1, Geomag::listdups $line);