X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Funset%2Fwwv.pl;h=57b041193a4454fe9fb3f3a956449ff46f084ad1;hb=0c1082247c57a0ec2fa35a0a81af54b1e6ac2b89;hp=075338a25e7d7bf770255aad0a1d30848b712f3d;hpb=324bd80ed4aef7e2636f5a03288788ce11ab2663;p=spider.git diff --git a/cmd/unset/wwv.pl b/cmd/unset/wwv.pl index 075338a2..57b04119 100644 --- a/cmd/unset/wwv.pl +++ b/cmd/unset/wwv.pl @@ -15,9 +15,10 @@ my @out; foreach $call (@args) { $call = uc $call; - my $chan = DXChannel->get($call); + my $chan = DXChannel::get($call); if ($chan) { - $chan->wwv(0); + DXChannel::wwv($chan, 0); + $chan->user->wantwwv(0); push @out, $self->msg('wwvu', $call); } else { push @out, $self->msg('e3', "Unset WWV", $call);