mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Improved the server "say" command to not require quotations for multi-world messages.
This commit is contained in:
parent
ef410be0c5
commit
cb9638bd22
2
msm
2
msm
@ -1647,7 +1647,7 @@ main() {
|
|||||||
echo "Invalid command."
|
echo "Invalid command."
|
||||||
else
|
else
|
||||||
if server_is_running $id; then
|
if server_is_running $id; then
|
||||||
server_eval $id "say $3"
|
server_eval $id "say ${*:3}"
|
||||||
echo "Message sent to players."
|
echo "Message sent to players."
|
||||||
else
|
else
|
||||||
echo "Server \"${server_name[$id]}\" is not running."
|
echo "Server \"${server_name[$id]}\" is not running."
|
||||||
|
Loading…
Reference in New Issue
Block a user