+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=======================================================================
sub dup
{
my ($call, $to, $text) = @_;
- my $d = $main::systime / 60;
+ my $d = $main::systime;
chomp $text;
unpad($text);
@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