tildemush icon indicating copy to clipboard operation
tildemush copied to clipboard

support better quoting / argument parsing for /put, /remove

Open vilmibm opened this issue 6 years ago • 0 comments

There's some sloppy argument parsing in /put and /remove; it's looking for "(.+?) in (.+?)" and then resolving the two captures in the object scope list.

the captured things should be quote-able and we should guard against splitting on the wrong in.

vilmibm avatar Feb 20 '19 19:02 vilmibm