X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FSpot.pm;h=f890a87a571bebc27513b15da1ea4d9b49188706;hb=ccf3a2d2d803ffdbb2944f918dd3c770b934e6c3;hp=306bc282582e2b5b634df974f573848768c58f43;hpb=72346862008f655ed4d70067d67a3759bc81de61;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;