Skip to content

Instantly share code, notes, and snippets.

@xhochy
Created November 28, 2013 21:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xhochy/7698061 to your computer and use it in GitHub Desktop.
Save xhochy/7698061 to your computer and use it in GitHub Desktop.
Still think it is revolutionary to shout "Ok, <app>!" at your screen? Already annoyed but your friends don't realize? Just show them how ridiculous it can get :P
# Description:
# Annoy people who still think shouting "Ok, <app>!" at their device is revolutionary.
module.exports = (robot) ->
robot.hear /^(?!Ok, .*!).*/i, (msg) ->
msg.send "Ok, #{msg.message.user.name}! You should start your messages with \"Ok, ..\" or they will not be recognised."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment