From: minima Date: Fri, 11 Mar 2005 18:34:21 +0000 (+0000) Subject: don't 'handle' it, broadcast it!!! X-Git-Tag: R_1_52~101 X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=2099a0deed84ac53057e4dc4beca262764f862e9;p=spider.git don't 'handle' it, broadcast it!!! --- diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 3001d6eb..8c605642 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -1548,7 +1548,7 @@ sub handle_51 my $thing = Thingy::Ping->new(origin=>$main::mycall); $thing->from_DXProt($self, $line, @_); - $thing->handle($self); + $thing->broadcast($self); } # dunno but route it