1. fix set/lockout so that it is possible to lock out all SSIDs except those
[spider.git] / cmd / wx.pl
index cec70f4e484132fddaddf72a61af9728f099fc94..af7cd0abd785a65ba6f14dc1c4204e981a5500bb 100644 (file)
--- 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, $DXProt::me);
+  DXChannel::broadcast_nodes($pc, $main::me);
 }
 
 return (1, ());