!7 cmodule SendAIBarInputToSpeechLog > DynPrintLogAndEnabled { start { dm_onTopInput_q(voidfunc(S s) { if (enabled) { print("Typed: " + s); logQuoted(speechRecognitionLog(), now() + " [User typed] " + s); } }); } }