X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fhere.pl;h=646997ea9db310889b90fa3df2242ff805873280;hb=fe7780b7eb15406a7e5caac4ecc499c8f3304e18;hp=1c4b167cb0bc942837b268bdb6ad4a1563a513f9;hpb=2c2c45efbcce729b412cd1ec4e1298897c734a3f;p=spider.git diff --git a/cmd/set/here.pl b/cmd/set/here.pl index 1c4b167c..646997ea 100644 --- a/cmd/set/here.pl +++ b/cmd/set/here.pl @@ -15,7 +15,7 @@ my @out; foreach $call (@args) { $call = uc $call; - my $dxchan = DXChannel->get($call); + my $dxchan = DXChannel::get($call); if ($dxchan) { $dxchan->here(1); push @out, $self->msg('heres', $call);