forked from github/hubot-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dealwithit.coffee
52 lines (50 loc) · 1.36 KB
/
dealwithit.coffee
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# 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",
"http://i.imgur.com/rbBAaRs.gif",
"http://i.imgur.com/JDRZ21o.gif",
"http://i.imgur.com/WhiQ67r.gif",
"http://i.imgur.com/KLLX1xx.png",
"http://i.imgur.com/BjtEpbY.gif",
"http://i.imgur.com/Z3DJlxS.gif",
"http://i.imgur.com/qjTTrcB.gif",
"http://i.imgur.com/HHyy9RL.gif",
"http://i.imgur.com/PilYVTI.gif",
"http://i.imgur.com/i6xvVSN.gif",
"http://i.imgur.com/5mnJ0je.gif",
"http://i.imgur.com/myOz11I.gif",
"http://i.imgur.com/VyKt1xD.gif",
"http://i.imgur.com/tBGAWgf.gif",
"http://i.imgur.com/2MTQrQf.gif",
"http://i.imgur.com/CxhomG0.gif",
"http://i.imgur.com/vA2UnyC.gif",
"http://i.imgur.com/5pMiY03.gif"
]
module.exports = (robot) ->
robot.hear /deal with it/i, (msg)->
msg.send msg.random deal