bocoup / chatter

A collection of useful primitives for creating interactive chat bots.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for responses to contain multiple messages

cowboy opened this issue · 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.