summaryrefslogtreecommitdiffstats
path: root/modules/clock.py
diff options
context:
space:
mode:
authorSean B. Palmer <http://inamidst.com/sbp/>2008-10-29 16:03:12 +0000
committerSean B. Palmer <http://inamidst.com/sbp/>2008-10-29 16:03:12 +0000
commitfe16d21212bacc9704a6cd84d3c85a6676936181 (patch)
tree1bdbc0b340e89fbe3255ebd9985fb482afd9f3d5 /modules/clock.py
parentb91de3886ecb38b6621dc35fa18a4c7f10fde780 (diff)
downloadbot-fe16d21212bacc9704a6cd84d3c85a6676936181.tar.gz
bot-fe16d21212bacc9704a6cd84d3c85a6676936181.tar.bz2
bot-fe16d21212bacc9704a6cd84d3c85a6676936181.zip
Oblique stuff and fixes.
Diffstat (limited to 'modules/clock.py')
-rwxr-xr-xmodules/clock.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/clock.py b/modules/clock.py
index 2ef6b21..59c9eb1 100755
--- a/modules/clock.py
+++ b/modules/clock.py
@@ -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'