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