Skip to content

Instantly share code, notes, and snippets.

@albertywu
Created November 3, 2015 03:45
Show Gist options
  • Select an option

  • Save albertywu/151b6890103a26329471 to your computer and use it in GitHub Desktop.

Select an option

Save albertywu/151b6890103a26329471 to your computer and use it in GitHub Desktop.
log any chat to redshift?
module.exports = (robot) ->
robot.hear /^(.+)$/i, (res) ->
logToRedshift
message: res.match[1]
user: res.message.user.name.toLowerCase()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment