lower case all comments for spots and announces
[spider.git] / perl / AnnTalk.pm
index 658c21b82ee52380b0c1b49735bf018774cd9074..383e71557fa7551561bf735659ea097bfed431aa 100644 (file)
@@ -28,7 +28,7 @@ sub dup
        unpad($text);
        $text =~ s/[^a-zA-Z0-9]//g;
        $text = substr($text, 0, $duplth) if length $text > $duplth; 
-       my $dupkey = "A$to|$text";
+       my $dupkey = "A$to|\L$text";
        return DXDupe::check($dupkey, $main::systime + $dupage);
 }