removed / 60 from AnnTalk to make Ann deduping work better
authorminima <minima>
Sun, 13 Aug 2000 21:08:33 +0000 (21:08 +0000)
committerminima <minima>
Sun, 13 Aug 2000 21:08:33 +0000 (21:08 +0000)
Changes
perl/AnnTalk.pm
perl/cluster.pl

diff --git a/Changes b/Changes
index ec290fc53d75bf97df805c49f85faaf033bbf0f3..919cf3cd2bac46e259503b28e72fa4546fed9e14 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+13Aug00=======================================================================
+1. removed extra /60 in AnnTalk to make deduping of announces work a bit
+better for longer...
 05Aug00=======================================================================
 1. Fixed hax character problem put in somewhen in the C Client
 03Aug00=======================================================================
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);
index 6cdd417d16ccf2b4cfabf8fcf7fed20ca6a5e907..6f82b0d0bdebdeecaba15df94448e7a57d7bda59 100755 (executable)
@@ -71,7 +71,7 @@ package main;
 
 @inqueue = ();                                 # the main input queue, an array of hashes
 $systime = 0;                                  # the time now (in seconds)
-$version = "1.43";                             # the version no of the software
+$version = "1.44";                             # the version no of the software
 $starttime = 0;                 # the starting time of the cluster   
 $lockfn = "cluster.lock";       # lock file name
 @outstanding_connects = ();     # list of outstanding connects