Commit 08463c6c authored by Simon Middleton's avatar Simon Middleton
Browse files

Removed sending :ack from the daemon as the code to handle it is not in any...

Removed sending :ack from the daemon as the code to handle it is not in any version of the client source we have.

Version 0.05. Not tagged
parent a414d6b7
......@@ -87,7 +87,7 @@ for (;;) {
while($hash->{inbuf}=~s/^(.*)\n//) {
my $line=$1;
$line=~s/\r$//;
doprint($hash,":ack\n") if($hash->{version} >= 0.04);
# doprint($hash,":ack\n") if($hash->{version} >= 0.04);
doprint($debug,"Got line '$line', version $hash->{version}\n");
if($line=~/^([^:].*)$/||$line=~/^:(:.*)$/) {
$line=$1;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment