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