X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Ftalk.pl;h=e94fd0250e30cf262671082438df449fe666cad4;hb=61cdf7dc2b72c1898850a4d2aa403d712f22f8ee;hp=899a44305a6a543e385e6282dbcd2f8bab85ba0e;hpb=bd67cc5f4c14f9bb80e609bb971f0a4dd7c44197;p=spider.git diff --git a/cmd/talk.pl b/cmd/talk.pl index 899a4430..e94fd025 100644 --- a/cmd/talk.pl +++ b/cmd/talk.pl @@ -37,6 +37,9 @@ unless ($ref || $via) { } return (1, "$call not visible on the cluster") if !$ref; +# change ^ into : for transmission +$line =~ s/\^/:/og; + my $dxchan = DXCommandmode->get($to); # is it for us? if ($dxchan && $dxchan->is_user) { $dxchan->send("$to de $from $line");