X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Funset%2Fannounce.pl;fp=cmd%2Funset%2Fannounce.pl;h=2c4ebd30883aa7c5894e6edb3b605b51e7ecc4e8;hb=fe78618f23392a6ae58542b78cc4c8dbc84e71c5;hp=1ff0b548eb8d10ac0156df261f0857239af235bc;hpb=bbe9659ae19097772164125b4fc97040a4e76350;p=spider.git diff --git a/cmd/unset/announce.pl b/cmd/unset/announce.pl index 1ff0b548..2c4ebd30 100644 --- a/cmd/unset/announce.pl +++ b/cmd/unset/announce.pl @@ -18,6 +18,7 @@ foreach $call (@args) { my $chan = DXChannel->get($call); if ($chan) { $chan->ann(0); + $chan->user->wantann(0); push @out, $self->msg('annu', $call); } else { push @out, $self->msg('e3', "Unset Announce", $call);