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