X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fanntalk.pl;h=2d70f8468c3e6d606fcca5c3a8e889ea45dc39e4;hb=c3c15883cf25add24fc49e32eb0d17dce6839a62;hp=eec6540010d3c701ce58965c249dd4886866b3ed;hpb=bcf099764f49e68ef016964e420b906e7900623e;p=spider.git diff --git a/cmd/set/anntalk.pl b/cmd/set/anntalk.pl index eec65400..2d70f846 100644 --- a/cmd/set/anntalk.pl +++ b/cmd/set/anntalk.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_talk(1); $chan->user->wantann_talk(1);