started the addition of help files
[spider.git] / cmd / wx.pl
index ad9f0d474d6ae51e072f1e2080fc27e5b6b1af1f..ecc154013c5aa4fb744f54b8306d8da6d0e56a48 100644 (file)
--- a/cmd/wx.pl
+++ b/cmd/wx.pl
@@ -39,7 +39,7 @@ if ($sort eq "FULL") {
 DXProt::broadcast_list("WX de $from <$t>: $line", @locals);
 if ($to ne "LOCAL") {
   $line =~ s/\^//og;    # remove ^ characters!
-  my $pc = DXProt::pc12($self, $line, $tonode, $sysopflag, 1);
+  my $pc = DXProt::pc12($from, $line, $tonode, $sysopflag, 1);
   DXProt::broadcast_ak1a($pc);
 }