!7 cmodule UserSelfInfoBot > DynTalkBot { start { myName = "UserSelfInfoBot"; } S processSimplifiedLine(S s, O... _) { if "what's your name" ret myName; } }