X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fwx.pl;h=cec70f4e484132fddaddf72a61af9728f099fc94;hb=6ccc3a6e864a2fee18786a7070400c7c4f22cf7c;hp=ad9f0d474d6ae51e072f1e2080fc27e5b6b1af1f;hpb=0824a94355e5fb2b4c379bb013d66466725629f5;p=spider.git diff --git a/cmd/wx.pl b/cmd/wx.pl index ad9f0d47..cec70f4e 100644 --- a/cmd/wx.pl +++ b/cmd/wx.pl @@ -36,11 +36,11 @@ if ($sort eq "FULL") { $to = "LOCAL"; } -DXProt::broadcast_list("WX de $from <$t>: $line", @locals); +DXProt::broadcast_list("WX de $from <$t>: $line", 'wx', undef, @locals); if ($to ne "LOCAL") { $line =~ s/\^//og; # remove ^ characters! - my $pc = DXProt::pc12($self, $line, $tonode, $sysopflag, 1); - DXProt::broadcast_ak1a($pc); + my $pc = DXProt::pc12($from, $line, $tonode, $sysopflag, 1); + DXProt::broadcast_ak1a($pc, $DXProt::me); } return (1, ());