This commit is contained in:
Luke Rogers 2014-02-14 00:47:01 +13:00
parent ada153c8bc
commit ee0ad67a16
14 changed files with 24 additions and 50 deletions

View file

@ -23,7 +23,7 @@ refresh_cache()
@hook.command(autohelp=False)
def mlia(inp, reply=None):
"mlia -- Gets a random quote from MyLifeIsAverage.com."
"""mlia -- Gets a random quote from MyLifeIsAverage.com."""
# grab the last item in the mlia cache and remove it
id, text = mlia_cache.pop()
# reply with the mlia we grabbed