diff --git a/src/stdinreader.cpp b/src/stdinreader.cpp index 25c4b221bfb..494d9be8e40 100644 --- a/src/stdinreader.cpp +++ b/src/stdinreader.cpp @@ -1062,6 +1062,12 @@ int cmdInputThreadFunc(void *) } }); } + else if(!strncmpl(line, "status")) + { + wzAsyncExecOnMainThread([] { + wz_command_interface_output_room_status_json(); + }); + } else if(!strncmpl(line, "shutdown now")) { inexit = true;