bocoup/chatter

Add support for responses to contain multiple messages

cowboy opened this issue · 2 comments

This will involve:

  • allowing a response to have a messages property
  • maintaining a queue of responses-to-be-sent, per channel
  • draining this queue intelligently

This is required for bocoup/bots#133 to be implemeneted correctly.

Closed by #24.