/message command should accept arbitrary number of arguments
I would be easier if /message behaved like, say, echo in bash.
$ echo "hello world"
hello world
$ echo hello world
hello world
Because right now it's quite counter-intuitive to have /message foo@bar.tld hello world open a new tab and send only "hello" to it.
Attached is an example patch implementing what this.
- Changesets:
- Revision 29e7c815d5eba7ef7dae81c209fcd3043f90597f by louiz on 2014-11-25T16:01:23Z:
Parse command arguments using a decorator and make things more consistent
Avoid surprises with some commands accepting quoted arguments and some other
not.
fix #2555
- Revision e1808a84 by louiz on 2014-11-25T16:07:45Z:
Parse command arguments using a decorator and make things more consistent
Avoid surprises with some commands accepting quoted arguments and some other
not.
fix #2555
- Uploads:
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information