Oblique stuff and fixes.

This commit is contained in:
Sean B. Palmer
2008-10-29 16:03:12 +00:00
parent b91de3886e
commit fe16d21212
5 changed files with 52 additions and 28 deletions

View File

@@ -96,8 +96,8 @@ TZ1 = {
}
TZ2 = {
'ACDT': -10.5,
'ACST': -9.5,
'ACDT': 10.5,
'ACST': 9.5,
'ADT': 3,
'AEDT': 11, # hmm
'AEST': 10, # hmm
@@ -251,7 +251,7 @@ def yi(phenny, input):
raels = quadraels * 4
extraraels, remainder = divide(remainder, 432000)
if extraraels == 4:
return phenny.say('Yes!')
return phenny.say('Yes! PARTAI!')
else: phenny.say('Not yet...')
yi.commands = ['yi']
yi.priority = 'low'