remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / show / dup_wcy.pl
index a493b7f2c8133ef7b9320286c5d7a0e21484fc87..030fe8c7dd53456b8b8761a97367a68be34aa615 100644 (file)
@@ -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);