master
mutantmonkey 2011-09-01 11:38:43 -04:00
parent 6fd34567b6
commit 4d8dfcbcf9
1 changed files with 1 additions and 1 deletions

View File

@ -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()