X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fwx.pl;h=94db5d83ae32f62ccc34c3b768916b5bbb71a81a;hb=79940e262f4585376cfed8bcdbaaff57c6b98eae;hp=ecc154013c5aa4fb744f54b8306d8da6d0e56a48;hpb=171a7a0bf86e9732a33c7829e808129ec01c51c2;p=spider.git diff --git a/cmd/wx.pl b/cmd/wx.pl index ecc15401..94db5d83 100644 --- a/cmd/wx.pl +++ b/cmd/wx.pl @@ -36,7 +36,7 @@ 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($from, $line, $tonode, $sysopflag, 1);