X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fwwv.pl;h=1c1ff9ccc28e507da2986ba7a9bfc2060a227134;hb=a10bb3f88ba73704734a47f6093e86277a581ea0;hp=701a385c4163dd97ba1b8b5cb879c79bf99aa461;hpb=b060a0a3ee72530aa3f10d453186a662b66d7efe;p=spider.git diff --git a/cmd/set/wwv.pl b/cmd/set/wwv.pl index 701a385c..1c1ff9cc 100644 --- a/cmd/set/wwv.pl +++ b/cmd/set/wwv.pl @@ -17,7 +17,8 @@ foreach $call (@args) { $call = uc $call; my $chan = DXChannel->get($call); if ($chan) { - $chan->wwv(1); + DXChannel::wwv($chan, 1); + $chan->user->wantwwv(1); push @out, $self->msg('wwvs', $call); } else { push @out, $self->msg('e3', "Set WWV", $call);