8
8
# None
9
9
#
10
10
# Commands:
11
- # robot.hear /(hot|heat |warming up) /i
11
+ # robot.hear /\bhot\b|\bheat(ing|er)?\b |warming up|\bhawt\b /i
12
12
#
13
13
# Author:
14
14
# jenniferburkhart
@@ -23,7 +23,7 @@ bjorn = [
23
23
" http://userserve-ak.last.fm/serve/252/585866.jpg"
24
24
# bjorn with green background
25
25
" http://media-cache-ak0.pinimg.com/236x/91/ba/a9/91baa94832bbc438a7c1c92d9adcc150.jpg"
26
- # bjorn jumpsuit
26
+ # bjorn spaceman
27
27
" http://1.bp.blogspot.com/-hPGxPqJzHak/TbYWlTpvrUI/AAAAAAAAFd0/L3N8My4S0nk/s320/image0001.jpg"
28
28
# bjorn orange old pic
29
29
" http://www.myabbastory.dk/bj_k.jpg"
@@ -36,8 +36,34 @@ bjorn = [
36
36
# bjorn looking in a mirror
37
37
" http://4.bp.blogspot.com/-DuXTTPDwy9s/Tbl28AT7r7I/AAAAAAAAADQ/SHLclSUN76g/s1600/21.jpeg"
38
38
# bjorn close up
39
+ " http://www.quotessays.com/images250_/bjorn-ulvaeus-2.jpg"
40
+ # bjorn o face
41
+ " http://www.abbainfo.se/bjorn.jpg"
42
+ # bjorn of the 80s
43
+ " http://koti.mbnet.fi/~abba/bjorn.jpg"
44
+ # bjorn just got a haircut
45
+ " http://3.bp.blogspot.com/_JVlNogttTBA/TQp5R7NDwjI/AAAAAAAABPs/vzJJoaNh7F0/s1600/bjorn%20doc%202%20bravo.jpg"
46
+ # bjorn looking at you
47
+ " http://4.bp.blogspot.com/-BoSFRxPXfJ0/UTzd6S-SIII/AAAAAAAABVk/V3UVg2H6exw/s1600/bjorn+ulvaeus.jpg"
48
+ # bjorn in stripes
49
+ " https://i1.ytimg.com/vi/HkQnkbGKJTQ/hqdefault.jpg"
50
+ # bjorn sitting back in white
51
+ " http://www.virtualgaz.com/bjornlive.gif"
52
+ # bjorn playing guitar wearing gold
53
+ " http://www.concertphotos.uk.com/abba/0271_ABBA_1979_11_09_Wembley/0272f24thBjornUlvaeus.jpg"
54
+ # bjorn singing
55
+ " http://www.hotflick.net/flicks/1979_Abba_-_In_Concert_1979/979AIC_Abba_078.jpg"
56
+ # bjorn laughing on stage
57
+ " http://1.bp.blogspot.com/-qCXER4uKTwY/UZozYW4m-4I/AAAAAAAADJU/jlRJlGP1dTg/s320/20-05-2013+15;35;16.jpg"
58
+ # bjorn in white with black socks
59
+ " http://1.bp.blogspot.com/-V6nWa7mKQsY/T4LjG7b33KI/AAAAAAAABWM/yrVWn3Ksvhk/s320/ABBA_IN_JAPAN-66.jpg"
60
+ # bjorn laughing
61
+ " http://i.ytimg.com/vi/ERjnrm2fV48/0.jpg"
62
+ # bjorn in purple
63
+ " http://abbararites.wz.cz/other/photos/bjorn.jpg"
64
+ # bjorn being interviewed
39
65
]
40
66
41
67
module .exports = (robot ) ->
42
- robot .hear / ^ hot | ^ heat | warming up/ i , (msg ) ->
68
+ robot .hear / \b hot \b | \b heat(ing | er) ? \b | warming up| \b hawt \b / i , (msg ) ->
43
69
msg .send msg .random bjorn
0 commit comments