- 1 bottle of Whistle Pig bourbon whiskey (or rye), 1 bottle of Bruichladdich scotch whisky
- 30 egg yolks
- 4 cans of condensed milk (14 oz / 397g per can)
- 1 bottle of rum (750 ml)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Make Hubot talk shit. | |
module.exports = (robot) -> | |
robot.hear /(fuck you|fuck off|shut up)/i, (msg) -> | |
incoming_msg = msg.message | |
if incoming_msg.text.match ///#{robot.name}///i | |
diss = msg.match[1] | |
if diss != "fuck you" |