X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fwx.pl;h=f609df353001f6faffd303b8c7de537518dd7913;hb=a8d4234c702d3cf6049a9e53bd07cfc924eaee25;hp=b570a9da32684a0de71e6cb9be28ec0ea1f427c8;hpb=1f9712e804601df2e26f70ef88410c94546f44af;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);