X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FExtMsg.pm;h=c4522146defe2b09443003f1fe6bd64704915976;hb=a2fc02fa7ad04e42be78783a4aa38a771b7d1ec3;hp=de0c0bcaf4640b5e8b962702510e20fc8632fa45;hpb=1491e268e8069080922896cd8ea67aee254f28d1;p=spider.git diff --git a/perl/ExtMsg.pm b/perl/ExtMsg.pm index de0c0bca..c4522146 100644 --- a/perl/ExtMsg.pm +++ b/perl/ExtMsg.pm @@ -312,7 +312,7 @@ sub _dochat } if ($line =~ /\Q$expect/i) { dbg('connect', "got: \"$expect\" sending: \"$send\""); - $conn->send_later($send); + $conn->send_later("D$conn->{call}|$send"); delete $conn->{msg}; # get rid any input if a match return; }