Turn off command input echo for speedwalk

Posted by Eurotool on Sat 09 Jul 2016 01:20 AM — 3 posts, 15,824 views.

#0
Is this possible?
Australia Forum Administrator #1
You could make an alias which matches something that looks like a speedwalk. It could be configured to not echo what it matches on. Then send the matching text to the speedwalk processor (send-to speedwalk).
Australia Forum Administrator #2
Something like this:


<aliases>
  <alias
   match="^([nsewud\d\s]|\(.+?\)){2,}$"
   enabled="y"
   regexp="y"
   send_to="11"
   omit_from_output="y"
   ignore_case="y"
   sequence="100"
  >
  <send>%0</send>
  </alias>
</aliases>



Template:pasting
For advice on how to copy the above, and paste it into MUSHclient, please see Pasting XML.


See also: http://www.mushclient.com/forum/?id=8508