1. Added regex support to sh/dup_*.pl commands
[spider.git] / cmd / show / dup_wwv.pl
index 4bd5ad3fb81d42db87ad37998fe494e6a9ba691f..1360907c292da44237c814b51e6a642427e70e58 100644 (file)
@@ -7,5 +7,6 @@
 # $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);