X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fwcy.pl;h=8efd6299ae5d91298c2cd9e3032689eed8a824e1;hb=fe7780b7eb15406a7e5caac4ecc499c8f3304e18;hp=1aed404c238510bfbcdf3fc669e6c9f51da87232;hpb=2c2c45efbcce729b412cd1ec4e1298897c734a3f;p=spider.git diff --git a/cmd/set/wcy.pl b/cmd/set/wcy.pl index 1aed404c..8efd6299 100644 --- a/cmd/set/wcy.pl +++ b/cmd/set/wcy.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) { DXChannel::wcy($chan, 1); $chan->user->wantwcy(1);