X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXChannel.pm;h=31f912c6030b789b5fef9fa3c310273aa3b45e3e;hb=bab2cc5b932a1b57a8a81e7e815c692169da0d6c;hp=90e19ef9e2bb433c3d80b397286ed757a7db8c97;hpb=6c06ed486e67b3e36e9af4794d2eb84f59f249c4;p=spider.git diff --git a/perl/DXChannel.pm b/perl/DXChannel.pm index 90e19ef9..31f912c6 100644 --- a/perl/DXChannel.pm +++ b/perl/DXChannel.pm @@ -118,6 +118,8 @@ $count = 0; lastmsgpoll => '0,Last Msg Poll,atime', inscript => '9,In a script,yesno', inqueue => '9,Input Queue,parray', + lastcf => '1,Last CF Update,atime', + lasthello => '1,Last Hello Update,atime', ); use vars qw($VERSION $BRANCH); @@ -185,11 +187,10 @@ sub rec } } -# obtain a channel object by callsign [$obj = DXChannel->get($call)] +# obtain a channel object by callsign [$obj = DXChannel::get($call)] sub get { - my ($pkg, $call) = @_; - return $channels{$call}; + return $channels{$_[0]}; } # obtain all the channel objects