X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fhere.pl;h=114533efa87b8b011d54efc33b992c7e12e704be;hb=64b4171276c84a8df58776608dd9f568adef27b2;hp=52b1c67c36ebd2ca20aa5168eef561d4ea8d33cd;hpb=4ed8f51684c6f2183ffd5e46f1fc69dc4f52ebd9;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);