X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fwwv.pl;h=1c1ff9ccc28e507da2986ba7a9bfc2060a227134;hb=a10bb3f88ba73704734a47f6093e86277a581ea0;hp=bfa04f256c8c135be698f1e1521fc44aafdcb164;hpb=1cf4bd14be226274d5deb05da8480ab91a5dac52;p=spider.git diff --git a/cmd/set/wwv.pl b/cmd/set/wwv.pl index bfa04f25..1c1ff9cc 100644 --- a/cmd/set/wwv.pl +++ b/cmd/set/wwv.pl @@ -17,10 +17,11 @@ foreach $call (@args) { $call = uc $call; my $chan = DXChannel->get($call); if ($chan) { - $chan->wwv(1); - push @out, DXM::msg('wwvs', $call); + DXChannel::wwv($chan, 1); + $chan->user->wantwwv(1); + 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);