Closed miltongq closed 7 years ago
Actually we don't need eval
there. It is only needed when we extract a value from the response and want to save it to a Bash variable.
This actually means that eval
is also unnecessary in the following example (sending a message). I'll remove it from the doc.
Fixed in 0.9.6.
On "Script usage" section, missing the "eval" keyword at "# Add user to room" sample.