X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Ftalk.pl;h=21adc556b8bc1e98c173aae8172b32de6446b4d9;hp=953d5f2d3eae3fc6abf8cac10c098d41ec9e14d0;hb=171a7a0bf86e9732a33c7829e808129ec01c51c2;hpb=0824a94355e5fb2b4c379bb013d66466725629f5 diff --git a/cmd/talk.pl b/cmd/talk.pl index 953d5f2d..21adc556 100644 --- a/cmd/talk.pl +++ b/cmd/talk.pl @@ -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); }