fix console.pl max scroll depth
[spider.git] / cmd / rcmd.pl
index 8afb5b4586383d0d089e71b51a4f170f73fe49eb..033ddd2496fa5e0b66402f377d8111c7a8c6f0d1 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Copyright (c) 1998 Dirk Koopman G1TLH
 #
-# $Id$
+#
 #
 
 my $self = shift;
@@ -22,11 +22,7 @@ $line =~ s/^\s*$call\s+//;
 
 # can we see it? Is it a node?
 $call = uc $call;
-my $noderef = DXCluster->get_exact($call);
-unless ($noderef) {
-       $noderef = DXChannel->get($call);
-       $noderef = undef unless $noderef && $noderef->is_node;
-}
+my $noderef = Route::Node::get($call);
 return (1, $self->msg('e7', $call)) unless $noderef;
 
 # rcmd it