fix badspotters and local ann/full.
[spider.git] / cmd / ping.pl
index aab2a3e6b2b94076f9b4ff0810465184ea49dd2f..f577bff1a54477a373cf110d944ebf91fa34e07b 100644 (file)
@@ -26,7 +26,7 @@ $noderef = RouteDB::get($call) unless $noderef;
 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));