X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fwx.pl;h=af7cd0abd785a65ba6f14dc1c4204e981a5500bb;hb=881637ac550fc824c3f8784f7fa8253b47ef5a64;hp=94db5d83ae32f62ccc34c3b768916b5bbb71a81a;hpb=324bd80ed4aef7e2636f5a03288788ce11ab2663;p=spider.git diff --git a/cmd/wx.pl b/cmd/wx.pl index 94db5d83..af7cd0ab 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", 'wx', undef, @locals); +DXChannel::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); + DXChannel::broadcast_nodes($pc, $main::me); } return (1, ());