Skip to content

Instantly share code, notes, and snippets.

{
"success": true,
"tree": {
"folders": [
{
"id": "87685266-b0ab-11ea-beb8-005056981398",
"name": "GerdaFolder1",
"documents": [
{
"id": "39a11f5e-b137-11ea-b73a-005056981398",
@postback
postback / gist:4175326
Created November 30, 2012 11:50
Hubot Alcohol script
# Description:
# Needing a drink. Fast.
#
# Commands:
# hubot alcohol - fetch a drink
# hubot ALCOHOL - fetch three drinks
# hubot ALCOHOL! - fetch a random number of drinks
module.exports = (robot) ->
robot.respond /(alcohol|ALCOHOL)(!)?$/i, (msg) ->