X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FSpot.pm;h=f890a87a571bebc27513b15da1ea4d9b49188706;hb=9c9e4ae46b36d4e85bf8b969647079140667502b;hp=306bc282582e2b5b634df974f573848768c58f43;hpb=e266b6c9d500dde73cf0025a63a8032ea1cf378d;p=spider.git diff --git a/perl/Spot.pm b/perl/Spot.pm index 306bc282..f890a87a 100644 --- a/perl/Spot.pm +++ b/perl/Spot.pm @@ -375,9 +375,9 @@ sub dup $text = "" if $cty == $try[0]; } } - $text = substr($text, 0, $duplth) if length $text > $duplth; $text = pack("C*", map {$_ & 127} unpack("C*", $text)); $text =~ s/[^\w]//g; + $text = substr($text, 0, $duplth) if length $text > $duplth; my $ldupkey = "X$freq|$call|$by|$text"; my $t = DXDupe::find($ldupkey); return 1 if $t && $t - $main::systime > 0;