v0.4.1: 2 changes: relaxed piping of data, relaxed room and user ids
2 changes: relaxed piping of data, relaxed room and user ids
- allow `echo hello | matrix-commander-rs`
This will now send the messages.
Before it was necessary to do `echo hello | matrix-commander-rs -m -`.
- Allow escaped room ids and user ids. `--room "\!SomeId:host.tld"` now works just like `--room \!SomeId:host.tld`
Escapes are simply removed.