We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15669d6 commit aeb9fe8Copy full SHA for aeb9fe8
scripts/chatter.coffee
@@ -20,6 +20,9 @@ module.exports = (bot) ->
20
bot.command /lol no/i, (r) ->
21
r.reply "https://i.imgur.com/BiSkH5D.png"
22
23
+ bot.command /hackerman/i, (r) ->
24
+ r.reply "https://i.imgur.com/5us23IE.jpg"
25
+
26
bot.command /lignux/i, (r) ->
27
r.reply "#{r.nick}: linux*"
28
0 commit comments