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

Commit e3ba84d

Browse files
Merge pull request #1234 from rgbkrk/patch-1
Fix tense
2 parents fffc3b6 + 340a756 commit e3ba84d

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
@@ -38,6 +38,6 @@ module.exports = (robot) ->
3838
if (ambushes = robot.brain.data.ambushes[msg.message.user.name])
3939
msg.send "Hey, " + msg.message.user.name + ", while you were out:"
4040
for ambush in ambushes
41-
msg.send ambush[0] + " says: " + ambush[1]
41+
msg.send ambush[0] + " said: " + ambush[1]
4242
msg.send "That's it. You were greatly missed."
4343
delete robot.brain.data.ambushes[msg.message.user.name]

0 commit comments

Comments
 (0)