diff --git a/src/stdinreader.cpp b/src/stdinreader.cpp index e5c68050db9..db8301f1126 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;