Skip to content

Instantly share code, notes, and snippets.

@juanxo
Created July 18, 2012 21:27
Show Gist options
  • Select an option

  • Save juanxo/3139039 to your computer and use it in GitHub Desktop.

Select an option

Save juanxo/3139039 to your computer and use it in GitHub Desktop.
Hubot script to inhibit naks violent reactions
module.exports = (robot) ->
robot.hear /./i, (msg) ->
sender = msg.message.user.name.toLowerCase()
if ( sender == "naks")
msg.reply "Shut the fuck up!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment