1 | // msg id -> rule id |
2 | static MultiMap<S> ai_tg_rulesFiredOnMessages_fullMap() {
|
3 | new Matches m; |
4 | new MultiMap<S> map; |
5 | for (S s : mL("Telegram Rule Fires"))
|
6 | if (matchStart("Rule * fired on message *", s, m))
|
7 | map.put($2, $1); |
8 | ret map; |
9 | } |
Began life as a copy of #1017825
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1017850 |
| Snippet name: | ai_tg_rulesFiredOnMessages_fullMap |
| Eternal ID of this version: | #1017850/3 |
| Text MD5: | 82f9cb1c79b05beb8afb4b28997b1c8e |
| Author: | stefan |
| Category: | javax / telegram |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-08-18 12:21:13 |
| Source code size: | 259 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 569 / 627 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |