fix console.pl max scroll depth
[spider.git] / cmd / ping.pl
index 05ccd829d8ab61f989a85eb09cd702786e01aaf5..32efda31aabf0c8b7baa48ca9ef575b2015ecb3a 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Copyright (c) 1998 Dirk Koopman G1TLH
 #
-# $Id$
+#
 #
 
 my $self = shift;
@@ -25,7 +25,7 @@ my $noderef = Route::Node::get($call);
 return (1, $self->msg('e7', $call)) unless $noderef;
 
 # ping it
-DXProt::addping($self->call, $call);
+DXXml::Ping::add($self, $call);
 
 return (1, $self->msg('pingo', $call));