Announce when it will soon be yi

master
mutantmonkey 2010-12-01 18:06:26 -05:00
parent d74cfb7198
commit 0c102513fd
1 changed files with 2 additions and 0 deletions

View File

@ -265,6 +265,8 @@ def yi(phenny, input):
extraraels, remainder = divide(remainder, 432000)
if extraraels == 4:
return phenny.say('Yes! PARTAI!')
elif extraraels == 3:
return phenny.say('Soon...')
else: phenny.say('Not yet...')
yi.commands = ['yi']
yi.priority = 'low'