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.
gn
1 parent bb87034 commit e86d1dcCopy full SHA for e86d1dc
scripts/bye.coffee
@@ -48,5 +48,5 @@ ways_to_say_good_night = [
48
]
49
50
module.exports = (robot) ->
51
- robot.hear /(good night|goodnight|cya|bye|nighty night|gn)/i, (msg) ->
+ robot.hear /\b(good night|goodnight|cya|bye|nighty night|gn)\b/i, (msg) ->
52
msg.send msg.random ways_to_say_good_night
0 commit comments