put in a prototype echo handler in Msg/ExtMsg
[spider.git] / perl / DXProt.pm
index 71cef0e220d81071f5ddf931973020cb301a1b49..cb49f7980b39d2daadc002f044fba35619917e2a 100644 (file)
@@ -256,6 +256,7 @@ sub start
        # set unbuffered and no echo
        $self->send_now('B',"0");
        $self->send_now('E',"0");
+       $self->conn->echo(0) if $self->conn->can('echo');
        
        # ping neighbour node stuff
        my $ping = $user->pingint;