1. Do some range checking for spots and WWV in the future (got a WWV for Oct
[spider.git] / cmd / wx.pl
index ecc154013c5aa4fb744f54b8306d8da6d0e56a48..94db5d83ae32f62ccc34c3b768916b5bbb71a81a 100644 (file)
--- 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);