X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=cmd%2Fset%2Fanntalk.pl;fp=cmd%2Fset%2Fanntalk.pl;h=2d70f8468c3e6d606fcca5c3a8e889ea45dc39e4;hb=fe7780b7eb15406a7e5caac4ecc499c8f3304e18;hp=eec6540010d3c701ce58965c249dd4886866b3ed;hpb=2c2c45efbcce729b412cd1ec4e1298897c734a3f;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);