X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Funset%2Fhere.pl;h=59b2080a3197d8131a0d13a31bf82ec5d9fae9b1;hb=refs%2Fheads%2Fspider;hp=19db8dbd9ffdb647bf55e85426f981cf25a15dd0;hpb=50f6466ca2dff82ca470a4abe327d741cffef61a;p=spider.git diff --git a/cmd/unset/here.pl b/cmd/unset/here.pl index 19db8dbd..59b2080a 100644 --- a/cmd/unset/here.pl +++ b/cmd/unset/here.pl @@ -3,7 +3,7 @@ # # Copyright (c) 1998 - Dirk Koopman # -# $Id$ +# # my ($self, $line) = @_; @@ -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);