From: minima Date: Mon, 16 Oct 2000 15:50:35 +0000 (+0000) Subject: add a : after the callsign for talks X-Git-Tag: R_1_45~98 X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=aab304809ccbaa1512aad80e1e75e8f057558656;p=spider.git add a : after the callsign for talks --- diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index d8f6eb54..e7cf7e97 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -630,7 +630,7 @@ sub talk { my ($self, $from, $to, $via, $line) = @_; $line =~ s/\\5E/\^/g; - $self->send("$to de $from $line") if $self->{talk}; + $self->send("$to de $from: $line") if $self->{talk}; Log('talk', $to, $from, $main::mycall, $line); }