Created
April 22, 2013 02:52
-
-
Save sean-clayton/5432142 to your computer and use it in GitHub Desktop.
bacon.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
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