diff --git a/modules/mylife.py b/modules/mylife.py index cf484fd..ca0ffbc 100644 --- a/modules/mylife.py +++ b/modules/mylife.py @@ -61,7 +61,7 @@ def mlib(phenny, input): doc = lxml.html.parse(req) quote = doc.getroot().find_class('storycontent')[0][0].text_content() phenny.say(quote) -mlih.commands = ['mlih'] +mlib.commands = ['mlib'] if __name__ == '__main__': print __doc__.strip()