# do the total spots
if ($want{totalspots} || $want{all}) {
- $mc->cfgprint('totalspots', [qw(unknaszero gauge noi)], 1000, 'Total Spots',
+ $mc->cfgprint('totalspots', [qw(unknaszero absolute noi)], 1000, 'Total Spots',
'Spots / min', 'Spots', 'Spots') unless $want{dataonly};
$mc->data('totalspots', $Spot::totalspots, $Spot::totalspots, 'Total Spots') unless $want{cfgonly};
$Spot::totalspots = 0;
# do the HF and VHF spots
if ($want{hfvhf} || $want{all}) {
- $mc->cfgprint('hfspots', [qw(unknaszero gauge)], 1000, '<font color=#00cc00>HF</font> and <font color=#0000ff>VHF+</font> Spots',
+ $mc->cfgprint('hfspots', [qw(unknaszero absolute)], 1000, '<font color=#00cc00>HF</font> and <font color=#0000ff>VHF+</font> Spots',
'Spots / min', 'HF', 'VHF') unless $want{dataonly};
$mc->data('hfspots', $Spot::hfspots, $Spot::vhfspots, 'HF and VHF+ Spots') unless $want{cfgonly};
$Spot::hfspots = $Spot::vhfspots = 0;
# do the keepalive for me, if required
if ($main::systime >= $main::me->{next_pc92_keepalive}) {
- $main::me->broadcast_pc92_keepalive($main::mycall);
time_out_pc92_routes();
+ $main::me->broadcast_pc92_keepalive($main::mycall);
}
if ($pc92_slug_changes && $main::systime >= $last_pc92_slug + $pc92_slug_changes) {