X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fannounce.pl;h=d98b79986b33cf27954829462d79e5725874c259;hb=f63d598af3f797b56b8d5e23ec4ff5254192eee9;hp=323ff5e07b5000a09d000558e9f1b10256f9ccb4;hpb=fe78618f23392a6ae58542b78cc4c8dbc84e71c5;p=spider.git diff --git a/cmd/set/announce.pl b/cmd/set/announce.pl index 323ff5e0..d98b7998 100644 --- a/cmd/set/announce.pl +++ b/cmd/set/announce.pl @@ -3,7 +3,7 @@ # # Copyright (c) 1998 - Dirk Koopman # -# $Id$ +# # my ($self, $line) = @_; @@ -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(1); $chan->user->wantann(1);