Skip to content

Instantly share code, notes, and snippets.

@sean-clayton
Created April 22, 2013 02:38
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/5432086 to your computer and use it in GitHub Desktop.
Save sean-clayton/5432086 to your computer and use it in GitHub Desktop.
"""
bacon.py, because bacon.
http://github.com/skulbuny
"""
import willie.web as web
def bacon (willie, trigger):
willie.say("mmmm... bacon...")
bacon.commands = ['', 'bacon']
bacon.priority = 'high'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment