remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / set / badspotter.pl
index 6478c6f1ff6770df21d6297333ee24fdca07d694..645e217e31004a2f35cdec92da2f8bf64fd1bfca 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->set(8, $self->msg('e6'), $self, $line);