X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fhere.pl;h=9d2e12be36c895af78cdafc27599f367c3abaea7;hb=6bcb0688c4d31920dcfd84b7dd5d2a8b4e2c856a;hp=44fc4d4b99ca234a1fb8bb63c6f37b35894e847c;hpb=6624dcdf07d628e8d6a16fc6549edf40be25b7b2;p=spider.git diff --git a/cmd/set/here.pl b/cmd/set/here.pl index 44fc4d4b..9d2e12be 100644 --- a/cmd/set/here.pl +++ b/cmd/set/here.pl @@ -3,7 +3,7 @@ # # Copyright (c) 1998 - Dirk Koopman # -# $Id$ +# # my ($self, $line) = @_; @@ -15,7 +15,7 @@ my @out; foreach $call (@args) { $call = uc $call; - my $dxchan = DXChannel->get($call); + my $dxchan = DXChannel::get($call); if ($dxchan) { $dxchan->here(1); push @out, $self->msg('heres', $call); @@ -25,7 +25,7 @@ foreach $call (@args) { $ref->here(1); my $s = DXProt::pc24($ref); DXProt::eph_dup($s); - DXProt::broadcast_all_ak1a($s, $DXProt::me) ; + DXChannel::broadcast_all_nodes($s, $main::me) ; } } else { push @out, $self->msg('e3', "Set Here", $call);