X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fhere.pl;h=114533efa87b8b011d54efc33b992c7e12e704be;hb=a453254d687774f352822492d500330a09fd7ebe;hp=52b1c67c36ebd2ca20aa5168eef561d4ea8d33cd;hpb=a9b7071fedfdb2150f3ef3d74e0d626b4f2dc0ea;p=spider.git diff --git a/cmd/set/here.pl b/cmd/set/here.pl index 52b1c67c..114533ef 100644 --- a/cmd/set/here.pl +++ b/cmd/set/here.pl @@ -20,7 +20,7 @@ foreach $call (@args) { if ($dxchan && $ref) { $dxchan->here(1); $ref->here(1); - DXProt::broadcast_ak1a(DXProt::pc24($ref)); + DXProt::broadcast_all_ak1a(DXProt::pc24($ref), $DXProt::me); push @out, $self->msg('heres', $call); } else { push @out, $self->msg('e3', "Set Here", $call);