Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aeb9fe8

Browse files
committedDec 8, 2017
HACKERMAN
1 parent 15669d6 commit aeb9fe8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎scripts/chatter.coffee

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ module.exports = (bot) ->
2020
bot.command /lol no/i, (r) ->
2121
r.reply "https://i.imgur.com/BiSkH5D.png"
2222

23+
bot.command /hackerman/i, (r) ->
24+
r.reply "https://i.imgur.com/5us23IE.jpg"
25+
2326
bot.command /lignux/i, (r) ->
2427
r.reply "#{r.nick}: linux*"
2528

0 commit comments

Comments
 (0)
Please sign in to comment.