@pinhook.plugin.command('&last_tilde_answer',help_text='See the last_tilde\'s answer',ops=False,ops_msg='This command is admin-only as it\'s flaky, and a bit broken.')
deflast_tilde(msg):
nick=msg.nick
pnick=msg.nick
ifnicknotinmsg.ops:
retmsg=None
ifnotmsg.arg:returnerr("This command is a bit flaky, if you accept that run this command again with a parameter called flaky, so run `&last_tilde flaky`")
ifmsg.argandmsg.arg!='flaky':returnerr("This command maybe won't return what you expect, if you want to run it anyways pass a argument called `flaky`")
elifmsg.arg:nick=msg.arg.split('')[0]
answer=None
try:data=util.tilde.old_challenges[nick][0]
exceptKeyError:returnerr("User hasn't played &tilde from the last boot.")