!752 p { makeBot("Echo Bot (\"Please say...\")."); } static S answer(S s) { new Matches m; if (match("please say *", s, m)) ret m.unq(0); ret null; }