Also, if Plus! should parse "/me" in received messages, that somewhat ignores the command escaping feature.
Imagine this scenario:
- The contact sends a message:
code:
//me is a cool command
- The user receives the message:
code:
/me is a cool command
- In the case the Plus! should replace that incoming message with "* User is a cool command", it basically destroys the idea of the contact about sending escaped commands.
I don't think it's such a great idea...