From 4c4fbc7f0ec6c133f9fe88ecd41a22d7efad7706 Mon Sep 17 00:00:00 2001 From: minima Date: Fri, 11 Mar 2005 18:50:16 +0000 Subject: [PATCH] still wrong, put it back --- perl/DXProt.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 8c605642..3001d6eb 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->broadcast($self); + $thing->handle($self); } # dunno but route it -- 2.34.1