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 +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Description:
2
- # An alternate to the existing beer script, this will scrape beer advocate for the most recent accessed beer.
3
- # It returns the name of the beer, a picture of the beer and a link to the beer. Hubot is now full of
4
- # different options for beer scripts. Removing the ? (optional) after (a|advocate) will force the command
5
- # to be 'beer advocate me' and thereby allow this script to coexist with other beer scripts peacefully.
2
+ # An alternate to the existing beer script, this will scrape beer advocate for the most recent accessed beer.
3
+ # It returns the name of the beer, a picture of the beer and a link to the beer. Hubot is now full of
4
+ # different options for beer scripts. Removing the ? (optional) after (a|advocate) will force the command
5
+ # to be 'beer advocate me' and thereby allow this script to coexist with other beer scripts peacefully.
6
6
#
7
7
# Dependencies:
8
- # None
8
+ # None
9
9
#
10
10
# Configuration:
11
- # None
11
+ # None
12
12
#
13
13
# Commands:
14
- # beer me - returns the latest beer discussed on beer advocate with picture
14
+ # hubot beer me - returns the latest beer discussed on beer advocate with picture
15
15
#
16
16
# Author:
17
- # whyjustin
17
+ # whyjustin
18
18
19
19
module .exports = (robot ) ->
20
20
robot .respond / beer (a| advocate)? ( me)? / i , (msg ) ->
You can’t perform that action at this time.
0 commit comments