!7 module CheckOutNewSnippet > DynPrintLog { start { ownResource(vmBus_onMessage('snippetUpdate, voidfunc(L info) { new Matches m; if (startsWith(str(second(info)), "/insert/", m)) print("New snippet! " + fsI(m.rest())); })); } }