X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fhomenode.pl;h=b2d7d34280347b4d5b5a8c08c021b642bfe92b1e;hb=50f6466ca2dff82ca470a4abe327d741cffef61a;hp=cf8d97154d60a0316359452bd061c0b65554380a;hpb=7e7c5eedb4cccbb363db142d29438261b1c804da;p=spider.git diff --git a/cmd/set/homenode.pl b/cmd/set/homenode.pl index cf8d9715..b2d7d342 100644 --- a/cmd/set/homenode.pl +++ b/cmd/set/homenode.pl @@ -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));