started the addition of help files
[spider.git] / cmd / talk.pl
index 953d5f2d3eae3fc6abf8cac10c098d41ec9e14d0..21adc556b8bc1e98c173aae8172b32de6446b4d9 100644 (file)
@@ -24,7 +24,7 @@ if ($dxchan && $dxchan->is_user) {
   $dxchan->send("$to de $from $line");
 } else {
   $line =~ s/\^//og;            # remove any ^ characters
-  my $prot = DXProt::pc10($self, $to, $via, $line);
+  my $prot = DXProt::pc10($from, $to, $via, $line);
   DXProt::route($via?$via:$to, $prot);
 }