Lance Cooper

Results 2 issues of Lance Cooper

Can you make hubot emote a message? For example: This sends as a normal message: ``` robot.respond /pie/i, (res) -> res.emote "I like pie" ``` Outputs `/me I like pie`,...

Is there a way to support the `begin` param on a bulk get call? This works for a single get (as per the integration tests): ```js let sept = await...