fix echoing (?)
[spider.git] / cmd / set / echo.pl
index 3bea94302569e746f705ce92069cfcf79b63ede0..ccbc843a0906b49dc3a00b177dd9a665c0869ff5 100644 (file)
@@ -3,8 +3,9 @@
 #
 # Copyright (c) 2000 - Dirk Koopman G1TLH
 #
-# $Id$
+#
 #
 my $self = shift;
-$self->send_now("E", "1");
+$self->conn->echo(1);
+$self->user->wantecho(1);
 return (1, $self->msg('echoon'));