!7 cmodule SendAIBarInputToSpeechLog > DynPrintLogAndEnabled { start { dm_onTopInput_q(voidfunc(S s) { if (enabled) { print("Typed: " + s); katze_userTyped(s); } }); } }