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

Commit 8f3dd0a

Browse files
author
Tom Bell
committed
Merge pull request #904 from theodi/feature-ed-balls
Ed Balls
2 parents 07769cf + 280cb39 commit 8f3dd0a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/scripts/edballs.coffee

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Description:
2+
# Ed Balls
3+
#
4+
# Dependencies:
5+
# None
6+
#
7+
# Configuration:
8+
# None
9+
#
10+
# Commands:
11+
# Ed Balls - Ed Balls
12+
#
13+
# Author:
14+
# @pikesley
15+
16+
module.exports = (robot) ->
17+
robot.hear /Ed Balls/i, (msg) ->
18+
msg.send "Ed Balls"

0 commit comments

Comments
 (0)