X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fhomenode.pl;h=a643bed7b094ada5674035640cd3a15d7dd6b7ce;hb=a6c17071301a48e8d82732fa2dbef3a1bc3691af;hp=cf8d97154d60a0316359452bd061c0b65554380a;hpb=6624dcdf07d628e8d6a16fc6549edf40be25b7b2;p=spider.git diff --git a/cmd/set/homenode.pl b/cmd/set/homenode.pl index cf8d9715..a643bed7 100644 --- a/cmd/set/homenode.pl +++ b/cmd/set/homenode.pl @@ -3,7 +3,7 @@ # # Copyright (c) 1998 - Dirk Koopman G1TLH # -# $Id$ +# # my ($self, $line) = @_; @@ -24,7 +24,7 @@ if ($user) { $user->put(); my $s = DXProt::pc41($call, 4, $line); DXProt::eph_dup($s); - DXProt::broadcast_all_ak1a($s, $DXProt::me) ; + DXChannel::broadcast_all_nodes($s, $main::me) ; return (1, $self->msg('hnode', $line)); } else { return (1, $self->msg('namee2', $call));