remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / unset / badspotter.pl
index 5664f1cb207fdbad84edeaf6ba6e48f51eaadf75..8259133bb048534f6f8297e1671f0a1be4d312aa 100644 (file)
@@ -3,8 +3,9 @@
 #
 # Copyright (c) 1998 - Dirk Koopman G1TLH
 #
-# $Id$
+#
 #
 my ($self, $line) = @_;
+$line = join(' ', map {s|[/-]\d+$||; $_} split(/\s+/, $line));
 return $DXProt::badspotter->unset(8, $self->msg('e6'), $self, $line);