Skip to content

Instantly share code, notes, and snippets.

@sean-clayton
Created April 22, 2013 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sean-clayton/5434362 to your computer and use it in GitHub Desktop.
Save sean-clayton/5434362 to your computer and use it in GitHub Desktop.
bacon.py
"""
bacon.py, because bacon.
http://github.com/skulbuny
"""
def bacon (willie, trigger):
willie.say('mmmm... bacon...')
bacon.rule = ["bacon"]
bacon.priority = 'high'
bacon.thread = False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment