Skip to content

Instantly share code, notes, and snippets.

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