X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Funset%2Fhere.pl;h=48dbae2c4a7bd2aadc2cea5d62a6d5a0ab6bd485;hp=7311b5e84e546090f2eec6a475abfbf1d585f346;hb=b060a0a3ee72530aa3f10d453186a662b66d7efe;hpb=3d29b1a4d4aab997da2deff10470068601744530 diff --git a/cmd/unset/here.pl b/cmd/unset/here.pl index 7311b5e8..48dbae2c 100644 --- a/cmd/unset/here.pl +++ b/cmd/unset/here.pl @@ -19,9 +19,9 @@ foreach $call (@args) { if ($ref) { $ref->here(0); DXProt::broadcast_ak1a(DXProt::pc24($ref)); - push @out, DXM::msg('hereu', $call); + push @out, $self->msg('hereu', $call); } else { - push @out, DXM::msg('e3', "Unset Here", $call); + push @out, $self->msg('e3', "Unset Here", $call); } } return (1, @out);