1. Upped the version no !!!!
[spider.git] / cmd / talk.pl
index 899a44305a6a543e385e6282dbcd2f8bab85ba0e..e94fd0250e30cf262671082438df449fe666cad4 100644 (file)
@@ -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");