release 1.5
[spider.git] / cmd / set / dx.pl
index 0acb39db987498ff3a0ae87be00f8e726b59bc14..0edf6d545d7fd348aab2ed288d9e652552293313 100644 (file)
@@ -18,9 +18,9 @@ foreach $call (@args) {
   my $chan = DXChannel->get($call);
   if ($chan) {
     $chan->dx(1);
-       push @out, DXM::msg('dxs', $call);
+       push @out, $self->msg('dxs', $call);
   } else {
-    push @out, DXM::msg('e3', "Set DX Spots", $call);
+    push @out, $self->msg('e3', "Set DX Spots", $call);
   }
 }
 return (1, @out);