My prefered muck have recently started to asociate ; with ooc and I find myself frequently mistakenly hitting it instead of : for posing. So the question is: any way of causing the client to ignore ; or turning them into : ?
blocking the ; key?
Posted by LucianDK on Mon 26 Sep 2016 11:16 PM — 3 posts, 15,857 views.
You could make an alias:
Make sure you disable "command stacking" in the Input configuration -> Commands, otherwise it will be treated as a new line.
<aliases>
<alias
match=";*"
enabled="y"
sequence="100"
>
<send>:%1</send>
</alias>
</aliases>
For advice on how to copy the above, and paste it into MUSHclient, please see Pasting XML.
Make sure you disable "command stacking" in the Input configuration -> Commands, otherwise it will be treated as a new line.
Thank you, worked like a charm once I had closely read the alias pasting instructions.