X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fwx.pl;h=cec70f4e484132fddaddf72a61af9728f099fc94;hb=78cf2dcb9be8128af7f8dc5ae37540c9c53c6057;hp=94db5d83ae32f62ccc34c3b768916b5bbb71a81a;hpb=324bd80ed4aef7e2636f5a03288788ce11ab2663;p=spider.git diff --git a/cmd/wx.pl b/cmd/wx.pl index 94db5d83..cec70f4e 100644 --- a/cmd/wx.pl +++ b/cmd/wx.pl @@ -40,7 +40,7 @@ DXProt::broadcast_list("WX de $from <$t>: $line", 'wx', undef, @locals); if ($to ne "LOCAL") { $line =~ s/\^//og; # remove ^ characters! my $pc = DXProt::pc12($from, $line, $tonode, $sysopflag, 1); - DXProt::broadcast_ak1a($pc); + DXProt::broadcast_ak1a($pc, $DXProt::me); } return (1, ());