static CtxContext woodyNewContext(WoodyBot bot) { woodyBot(bot); new CtxContext ctx; copyFields(bot, ctx, 'regexpMacros, 'globals); ctxContext(ctx); ret ctx; }