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

Commit ad07944

Browse files
committed
Fix typo 'ambuses'
1 parent a0fd61b commit ad07944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/ambush.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = (robot) ->
3535
msg.send "#{msg.match[1]}? Never heard of 'em"
3636

3737
robot.hear /./i, (msg) ->
38-
return unless robot.brain.data.ambuses?
38+
return unless robot.brain.data.ambushes?
3939
if (ambushes = robot.brain.data.ambushes[msg.message.user.name])
4040
msg.send "Hey, " + msg.message.user.name + ", while you were out:"
4141
for ambush in ambushes

0 commit comments

Comments
 (0)