// msg id -> rule id static MultiMap ai_tg_rulesFiredOnMessages_fullMap() { new Matches m; new MultiMap map; for (S s : mL("Telegram Rule Fires")) if (matchStart("Rule * fired on message *", s, m)) map.put($2, $1); ret map; }