added echo and noecho for clients to set/unset
[spider.git] / cmd / unset / echo.pl
diff --git a/cmd/unset/echo.pl b/cmd/unset/echo.pl
new file mode 100644 (file)
index 0000000..a2cccac
--- /dev/null
@@ -0,0 +1,10 @@
+#
+# set echoing
+#
+# Copyright (c) 2000 - Dirk Koopman G1TLH
+#
+# $Id$
+#
+my $self = shift;
+$self->send_now("E", "0");
+return (1, $self->msg('echooff'));