X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Funset%2Fhere.pl;h=d83d59cbbeb721ee56271cffdaaf681548cd6214;hb=c3c15883cf25add24fc49e32eb0d17dce6839a62;hp=19db8dbd9ffdb647bf55e85426f981cf25a15dd0;hpb=bcf099764f49e68ef016964e420b906e7900623e;p=spider.git diff --git a/cmd/unset/here.pl b/cmd/unset/here.pl index 19db8dbd..d83d59cb 100644 --- a/cmd/unset/here.pl +++ b/cmd/unset/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(0); push @out, $self->msg('hereu', $call);