X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=perl%2FDXProt.pm;h=61e72661270c41c552c61ae54027accb7879b890;hb=3784e03cd598b7f540fb849a533b7589867a066a;hp=efe969b44a17222cbb32b5bd087db8a4329c83f0;hpb=5ba129dc8a6560155ab5560b2f603d161d34cecb;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index efe969b4..61e72661 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -776,7 +776,7 @@ sub process # send a pc50 out on this channel if ($t >= $dxchan->pc50_t + $DXProt::pc50_interval) { - $dxchan->send(pc50()); + $dxchan->send(pc50(scalar DXChannel::get_all_users)); $dxchan->pc50_t($t); }