X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Finit.pl;h=5329780370e7302a2ff15f492fc38c5407a6f30c;hb=refs%2Fheads%2Fnewdisc;hp=ab49b6ee4ca9c78a6811d13b0bae0ae2db65e02f;hpb=25140d3e8633cbf9e25b6528248405ec8ed125e3;p=spider.git diff --git a/cmd/init.pl b/cmd/init.pl index ab49b6ee..53297803 100644 --- a/cmd/init.pl +++ b/cmd/init.pl @@ -3,7 +3,7 @@ # # Copyright (c) 1999 Dirk Koopman G1TLH # -# $Id$ +# # my ($self, $line) = @_; my @calls = split /\s+/, $line; @@ -15,7 +15,7 @@ return (1, $self->msg('e5')) if $self->priv < 5; foreach $call (@calls) { $call = uc $call; next if $call eq $main::mycall; - my $dxchan = DXChannel->get($call); + my $dxchan = DXChannel::get($call); if ($dxchan) { if ($dxchan->is_node) { # first clear out any nodes on this dxchannel