We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24bf052 + 9a99275 commit f3529baCopy full SHA for f3529ba
src/scripts/calm-down.coffee
@@ -16,11 +16,8 @@ module.exports = (robot) ->
16
17
robot.respond /manatee|calm( me)?/i, (msg) -> msg.send manatee()
18
19
- robot.hear ///
20
- (calm down)|
21
- (simmer down)|
22
- (that escalated quickly)
23
- ///i, (msg) -> msg.send manatee()
+ robot.hear /calm down|simmer down|that escalated quickly/i, (msg) ->
+ msg.send manatee()
24
25
unless process.env.HUBOT_LESS_MANATEES
26
robot.hear ///
0 commit comments