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

Commit 93b51f1

Browse files
author
Tom Bell
committed
Merge pull request #808 from benarmston/master
Teach hubot to take the blame
2 parents 4f9a6e4 + df7df47 commit 93b51f1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/scripts/take-the-blame.coffee

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Description:
2+
# Blame hubot for anything
3+
#
4+
# Dependencies:
5+
# None
6+
#
7+
# Configuration:
8+
# None
9+
#
10+
# Commands:
11+
# hubot take the blame - For everything
12+
# hubot take the blame for <something> - For <something>
13+
#
14+
# Author:
15+
# Ben Armston
16+
17+
module.exports = (robot) ->
18+
robot.respond /take the blame/i, (msg) ->
19+
# Hubot shamefully sits there and silently takes the blame.

0 commit comments

Comments
 (0)