X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fwx.pl;h=f609df353001f6faffd303b8c7de537518dd7913;hb=fe78618f23392a6ae58542b78cc4c8dbc84e71c5;hp=b570a9da32684a0de71e6cb9be28ec0ea1f427c8;hpb=bbe9659ae19097772164125b4fc97040a4e76350;p=spider.git diff --git a/cmd/set/wx.pl b/cmd/set/wx.pl index b570a9da..f609df35 100644 --- a/cmd/set/wx.pl +++ b/cmd/set/wx.pl @@ -18,6 +18,7 @@ foreach $call (@args) { my $chan = DXChannel->get($call); if ($chan) { $chan->wx(1); + $chan->user->wantwx(1); push @out, $self->msg('wxs', $call); } else { push @out, $self->msg('e3', "Set WX Spots", $call);