fix messages in DXDb.pm to point to the correct ones. Thanks Rene (oz1lqh)
[spider.git] / cmd / set / wwv.pl
index 701a385c4163dd97ba1b8b5cb879c79bf99aa461..1c1ff9ccc28e507da2986ba7a9bfc2060a227134 100644 (file)
@@ -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);