I really hate coffee scripts

This commit is contained in:
Tommy Parnell
2015-08-31 20:07:16 +00:00
parent 071376e482
commit de7e4fa0e9

View File

@@ -27,7 +27,7 @@ module.exports = (robot) ->
# lulz = ['lol', 'rofl', 'lmao']
#
robot.respond /cafe menu/i, (resp) ->
robot.http("http://www.hobbsbrook.com/amenities/dining")
robot.http("http://www.hobbsbrook.com/amenities/dining/")
.get() (err, res, body) ->
# pretend there's error checking code here
if res.statusCode isnt 200