X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Flocation.pl;h=1e758f81d08f4af7b6307949bd2d71b3c17c0e4a;hb=19740220d324a319fb868ce34fb7bed7e31dd450;hp=f4ee0358a496c0654937cc67d5482fb56b841db3;hpb=78cf2dcb9be8128af7f8dc5ae37540c9c53c6057;p=spider.git diff --git a/cmd/set/location.pl b/cmd/set/location.pl index f4ee0358..1e758f81 100644 --- a/cmd/set/location.pl +++ b/cmd/set/location.pl @@ -3,7 +3,7 @@ # # Copyright (c) 1998 - Dirk Koopman # -# $Id$ +# # my ($self, $line) = @_; @@ -30,7 +30,7 @@ if ($user) { my $l = DXBearing::lltos($lat, $long); my $s = DXProt::pc41($call, 3, $l); DXProt::eph_dup($s); - DXProt::broadcast_all_ak1a($s, $DXProt::me) ; + DXChannel::broadcast_all_nodes($s, $main::me) ; } my $qra = DXBearing::lltoqra($lat, $long); my $oldqra = $user->qra || ""; @@ -38,7 +38,7 @@ if ($user) { $user->qra($qra); my $s = DXProt::pc41($call, 5, $qra); DXProt::eph_dup($s); - DXProt::broadcast_all_ak1a($s, $DXProt::me); + DXChannel::broadcast_all_nodes($s, $main::me); } $user->put();