removed / 60 from AnnTalk to make Ann deduping work better
[spider.git] / perl / AnnTalk.pm
index 5bd44fd49e3104de3bcdec7a4bf9904147b0c433..ddb59a4c4c70a61ad4e5c3c60ea07effb263497f 100644 (file)
@@ -23,7 +23,7 @@ $dupage = 24*3600;               # the length of time to hold spot dups
 sub dup
 {
        my ($call, $to, $text) = @_; 
-       my $d = $main::systime / 60;
+       my $d = $main::systime;
 
        chomp $text;
        unpad($text);