hubot-scripts
Version:
Allows you to opt in to a variety of scripts
19 lines (17 loc) • 298 B
text/coffeescript
# Description:
# I'm going to get you, sucka
#
# Dependencies:
# None
#
# Configuration:
# None
#
# Commands:
# git - hubot says 'ima git you sucka'
#
# Author:
# samn
module.exports = (robot) ->
robot.hear /git/, (msg) ->
if Math.random() < 0.1 then msg.reply 'ima git you sucka'