UNPKG

hubot-scripts

Version:

Allows you to opt in to a variety of scripts

35 lines (32 loc) 744 B
# Description: # Display a "deal with it" gif # # Dependencies: # None # # Configuration: # None # # Commands: # deal with it - display a "deal with it" gif # # Author: # brianstanwyck deal = [ "http://i.imgur.com/ykDuU.gif", "http://i.imgur.com/3PWHn.gif", "http://i.imgur.com/sEinL.gif", "http://i.imgur.com/zsK7e.gif", "http://i.imgur.com/rE2aH.gif", "http://i.imgur.com/Wj3Do.gif", "http://i.imgur.com/SvdS0.gif", "http://i.imgur.com/bh6xc.gif", "http://i.imgur.com/aoaqO.gif", "http://i.imgur.com/oe01J.gif", "http://i.imgur.com/N5N4x.gif", "http://i.imgur.com/Z3KIP.gif", "http://i.imgur.com/oFo42.gif" ] module.exports = (robot) -> robot.hear /deal with it/i, (msg)-> msg.send msg.random deal