X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fset%2Fhere.pl;h=136700f5571a78f13a25e48ad589be01c19e79e5;hp=aad69d022d657233fddbc6d7fee97d4e5f42655a;hb=b060a0a3ee72530aa3f10d453186a662b66d7efe;hpb=3d29b1a4d4aab997da2deff10470068601744530 diff --git a/cmd/set/here.pl b/cmd/set/here.pl index aad69d02..136700f5 100644 --- a/cmd/set/here.pl +++ b/cmd/set/here.pl @@ -19,9 +19,9 @@ foreach $call (@args) { if ($ref) { $ref->here(1); DXProt::broadcast_ak1a(DXProt::pc24($ref)); - push @out, DXM::msg('heres', $call); + push @out, $self->msg('heres', $call); } else { - push @out, DXM::msg('e3', "Set Here", $call); + push @out, $self->msg('e3', "Set Here", $call); } }