fix console.pl max scroll depth
[spider.git] / cmd / rinit.pl
index 953a30a92e318fe297f0066f92847d57ed78a713..5c5c09254ae91fbd07426ae51a78b91f443263e0 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) {
                        my $parent = Route::Node::get($call);