vlab-research / replybot

0 stars 1 forks source link

Multiple Sends #8

Closed nandanrao closed 5 years ago

nandanrao commented 5 years ago

Right now ALL events evoke an output, which may or may not have an action, and each of those actions will only ever send ONE message.

Change this so that actions can send MULTIPLE messages.

When one goes to get the next field, one should potentially get MULTIPLE fields if the next field is a statement (get all fields until one is not a statement).

Then, simplify the receiving logic so that rather than auto-validating statements, we ignore statement echos.

The goal of this is to increase the speed of multiple-sends, so they show up together on the users screen.