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