fix console.pl max scroll depth
[spider.git] / cmd / init.pl
index ab49b6ee4ca9c78a6811d13b0bae0ae2db65e02f..5329780370e7302a2ff15f492fc38c5407a6f30c 100644 (file)
@@ -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