X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fset%2Fwwv.pl;h=701a385c4163dd97ba1b8b5cb879c79bf99aa461;hp=bfa04f256c8c135be698f1e1521fc44aafdcb164;hb=b060a0a3ee72530aa3f10d453186a662b66d7efe;hpb=3d29b1a4d4aab997da2deff10470068601744530 diff --git a/cmd/set/wwv.pl b/cmd/set/wwv.pl index bfa04f25..701a385c 100644 --- a/cmd/set/wwv.pl +++ b/cmd/set/wwv.pl @@ -18,9 +18,9 @@ foreach $call (@args) { my $chan = DXChannel->get($call); if ($chan) { $chan->wwv(1); - push @out, DXM::msg('wwvs', $call); + push @out, $self->msg('wwvs', $call); } else { - push @out, DXM::msg('e3', "Set WWV", $call); + push @out, $self->msg('e3', "Set WWV", $call); } } return (1, @out);