fix mlihp

master
mutantmonkey 2011-09-17 21:35:55 -04:00
parent 6897760ab7
commit f7658ccfdf
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ def mlihp(phenny, input):
return
doc = lxml.html.parse(req)
quote = doc.getroot().find_class('oldlink')[0][0].text_content()
quote = doc.getroot().find_class('oldlink')[0].text_content()
phenny.say(quote)
mlihp.commands = ['mlihp']