Skip to content

Commit 9020218

Browse files
committed
Regex and pics
Updated regex and added several additional pictures
1 parent 4495801 commit 9020218

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

scripts/bjorn.coffee

+29-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# None
99
#
1010
# Commands:
11-
# robot.hear /(hot|heat|warming up)/i
11+
# robot.hear /\bhot\b|\bheat(ing|er)?\b|warming up|\bhawt\b/i
1212
#
1313
# Author:
1414
# jenniferburkhart
@@ -23,7 +23,7 @@ bjorn = [
2323
"http://userserve-ak.last.fm/serve/252/585866.jpg"
2424
# bjorn with green background
2525
"http://media-cache-ak0.pinimg.com/236x/91/ba/a9/91baa94832bbc438a7c1c92d9adcc150.jpg"
26-
# bjorn jumpsuit
26+
# bjorn spaceman
2727
"http://1.bp.blogspot.com/-hPGxPqJzHak/TbYWlTpvrUI/AAAAAAAAFd0/L3N8My4S0nk/s320/image0001.jpg"
2828
# bjorn orange old pic
2929
"http://www.myabbastory.dk/bj_k.jpg"
@@ -36,8 +36,34 @@ bjorn = [
3636
# bjorn looking in a mirror
3737
"http://4.bp.blogspot.com/-DuXTTPDwy9s/Tbl28AT7r7I/AAAAAAAAADQ/SHLclSUN76g/s1600/21.jpeg"
3838
# 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
3965
]
4066

4167
module.exports = (robot) ->
42-
robot.hear /^hot|^heat|warming up/i, (msg) ->
68+
robot.hear /\bhot\b|\bheat(ing|er)?\b|warming up|\bhawt\b/i, (msg) ->
4369
msg.send msg.random bjorn

0 commit comments

Comments
 (0)