X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;h=1ba185b183d4123f2489115c76088b71df6d3bb1;hb=6e210063f1ef4e5c36ad04ba029b59711cc1eb04;hp=a6587209179a8da21428e20a5176672265e8e61f;hpb=23cadfcd0cfe94855905545e2d68c8c0c8981f02;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index a6587209..1ba185b1 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -1131,6 +1131,7 @@ sub process next if $dxchan == $me; # send a pc50 out on this channel + $dxchan->{pc50_t} = $main::systime unless exists $dxchan->{pc50_t}; if ($t >= $dxchan->{pc50_t} + $DXProt::pc50_interval) { $dxchan->send(pc50(scalar DXChannel::get_all_users)); $dxchan->{pc50_t} = $t;