wsuff

Results 3 comments of wsuff

I managed to work around this. Open to better ways to do it but my WIP mess is ``` coffeescript robot.respond /what did I miss in the [pl]ast ([0-9]+) (seconds?|minutes?|hours?)\??/i,...

I managed to fix this by testing the message type. ``` coffeescript robot.Response.prototype.send = (strings...) -> #robot.logger.debug "Debug prototype send" #robot.logger.debug "Message type: #{@message.user.type}" if @message.user.type == "groupchat" log_response @message.user.room,...

For ease of development it might be easy enough to just make this data available as an endpoint that can be pulled to into any number of Dashboard solutions. http://shopify.github.io/dashing/...