This repository was archived by the owner on Jun 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Display a picture of Jeremy Lin if anyone invokes "linsanity" or says "linspire"
2
+ # Cause Lin is Linspiring!
3
+
4
+ images = [
5
+ " http://i.i.com.com/cnwk.1d/i/tim/2012/02/16/Jeremy_Lin_139046190_620x350.jpg"
6
+ " http://a.abcnews.com/images/Business/gty_jeremy_lin_ll_120217_wg.jpg"
7
+ " http://i.usatoday.net/sports/_photos/2012/02/19/Knicks-guard-Jeremy-Lin-wears-faith-on-wrist-RH11428S-x-large.jpg"
8
+ " http://thegospelcoalition.org/blogs/tgc/files/2012/02/Jeremy-Lin.jpg"
9
+ " http://www.pennystockicons.com/wp-content/plugins/rss-poster/cache/21952_jeremy-lin.gi.top.jpg"
10
+ " http://indiancountrytodaymedianetwork.com/wp-content/uploads/2012/02/JeremyLin-615x599.jpg"
11
+ " http://www.chinasmack.com/wp-content/uploads/2012/02/jeremy-lin-new-york-knicks-01.jpg"
12
+ " http://www.hollywoodreporter.com/sites/default/files/2012/02/jeremy_lin_3.jpg"
13
+ " http://www.wtsp.com/images/640/360/2/assetpool/images/120217125112_jeremy-lin.jpg"
14
+ " http://resources0.news.com.au/images/2012/02/20/1226275/331552-jeremy-lin.jpg"
15
+ " http://www.splicetoday.com/vault/posts/0003/2771/Five-things-you-didnt-know-about-Jeremy-Lin-T310FDNC-x-large_large.jpg?1329407309"
16
+ " http://pacejmiller.com/wp-content/uploads/2012/02/021412_jeremy_lin_400.jpg"
17
+
18
+ ]
19
+
20
+ module .exports = (robot ) ->
21
+ robot .hear / (linsanity| linspire)/ i , (msg ) ->
22
+ msg .send msg .random images
You can’t perform that action at this time.
0 commit comments