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

Commit 062e8a6

Browse files
author
Tom Bell
committed
Merge pull request #726 from joshuarh/patch-2
all the bees?
2 parents 4465900 + 16b681c commit 062e8a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scripts/bees.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
# None
99
#
1010
# Commands:
11-
# hubot bees - Oprah at her finest, or a good way to turn the fans on coworkers machines
11+
# bees - Oprah at her finest, or a good way to turn the fans on coworkers machines
1212
#
1313
# Author:
1414
# atmos
1515

1616
module.exports = (robot) ->
17-
robot.respond /bees/i, (message) ->
17+
robot.hear /bb+|bee+s?/i, (message) ->
1818
message.send "http://i.imgur.com/qrLEV.gif"

0 commit comments

Comments
 (0)