kingbri 1dd1607b94 Generate: Migrate to array-based message concatenation
String addition is very limited in how flexible it can be. Using
an array will instead allow for various ways to shift around extension
prompts and insertion depths.

To preserve message order, each mesSend object contains both a message
and an array of extension prompts which are later added on top of
the message itself.

Signed-off-by: kingbri <bdashore3@proton.me>
2023-08-24 18:02:17 -04:00
..
2023-07-20 20:32:15 +03:00
2023-08-23 15:53:05 +03:00
2023-07-20 20:32:15 +03:00
2023-07-20 20:32:15 +03:00
2023-08-20 00:02:13 -04:00
2023-08-24 19:33:04 +02:00
2023-08-19 19:48:33 +03:00
2023-07-20 20:32:15 +03:00
2023-07-30 06:26:06 +09:00
2023-07-20 20:32:15 +03:00
2023-07-20 20:32:15 +03:00
2023-07-20 20:32:15 +03:00
2023-07-20 20:32:15 +03:00
2023-08-23 22:15:17 +02:00