!7 cmodule CollectSystemStatuses > DynPrintLogAndEnabled { start { dm_machineGroupChat(); dm_vmBus_onMessage_q gotFromMachineChat(voidfunc(S msg) { if (!enabled) ret; S author = getAuthorOfSignedText(msg); // verified author if (empty(author)) ret; msg = trim(unsign(msg)); print("System status " + author + ": " + msg); }); } }