X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Funset%2Fannounce.pl;fp=cmd%2Funset%2Fannounce.pl;h=3e7b61dcb483ae996ea5c7dd4ad9ec8f66bf92ad;hb=fe7780b7eb15406a7e5caac4ecc499c8f3304e18;hp=2c4ebd30883aa7c5894e6edb3b605b51e7ecc4e8;hpb=2c2c45efbcce729b412cd1ec4e1298897c734a3f;p=spider.git diff --git a/cmd/unset/announce.pl b/cmd/unset/announce.pl index 2c4ebd30..3e7b61dc 100644 --- a/cmd/unset/announce.pl +++ b/cmd/unset/announce.pl @@ -15,7 +15,7 @@ my @out; foreach $call (@args) { $call = uc $call; - my $chan = DXChannel->get($call); + my $chan = DXChannel::get($call); if ($chan) { $chan->ann(0); $chan->user->wantann(0);