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