From 2099a0deed84ac53057e4dc4beca262764f862e9 Mon Sep 17 00:00:00 2001 From: minima Date: Fri, 11 Mar 2005 18:34:21 +0000 Subject: [PATCH] don't 'handle' it, broadcast it!!! --- perl/DXProt.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1