Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit d476668

Browse files
Merge pull request #1235 from rgbkrk/patch-2
hubot beer me! Also, fix indentation.
2 parents 47dbad9 + e9ce4fe commit d476668

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/scripts/beeradvocate.coffee

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# 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.
66
#
77
# Dependencies:
8-
# None
8+
# None
99
#
1010
# Configuration:
11-
# None
11+
# None
1212
#
1313
# 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
1515
#
1616
# Author:
17-
# whyjustin
17+
# whyjustin
1818

1919
module.exports = (robot) ->
2020
robot.respond /beer (a|advocate)?( me)?/i, (msg) ->

0 commit comments

Comments
 (0)