Skip to content

Commit 200159d

Browse files
authored
Update fun.coffee
1 parent 5fe44ae commit 200159d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/fun.coffee

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ module.exports = (robot) ->
5656
# make this less spammy
5757
if Math.random() < 0.2
5858
res.send "but he's not course 6"
59+
60+
robot.hear /misha/i, (res) ->
61+
# make this less spammy
62+
if Math.random() < 0.1
63+
res.send "Did you mean: \"fat boi\"?"
5964

6065
dootDoot = """```
6166
thank mr skeltal

0 commit comments

Comments
 (0)