X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Funset%2Fhere.pl;h=48dbae2c4a7bd2aadc2cea5d62a6d5a0ab6bd485;hb=a48cd40af696e44023a2f7a797f1e90e809b88a0;hp=7311b5e84e546090f2eec6a475abfbf1d585f346;hpb=0824a94355e5fb2b4c379bb013d66466725629f5;p=spider.git 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);