X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fannounce.pl;h=533d177acb7ad538e364d72a73a6c2e81b148f01;hb=e788d90520036ffa8998db5d1cbad40c10ed977a;hp=dd6240476579e16d96b3b9dff18349b4de7c2b77;hpb=324bd80ed4aef7e2636f5a03288788ce11ab2663;p=spider.git diff --git a/cmd/set/announce.pl b/cmd/set/announce.pl index dd624047..533d177a 100644 --- a/cmd/set/announce.pl +++ b/cmd/set/announce.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->ann(1); + $chan->user->wantann(1); push @out, $self->msg('anns', $call); } else { push @out, $self->msg('e3', "Set Announce", $call);