summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authord8uv <github@d8uv.org>2010-01-28 10:50:40 -0900
committerd8uv <github@d8uv.org>2010-01-28 10:50:40 -0900
commitb8970d4d6b0c6014d9c7e4e3b03524f5c2969501 (patch)
treede66af21134a4ffa3759e923cb7bf3356c47f88a /modules
parent3e300c4357973d4dd88cdf4a4046ef5c78409b81 (diff)
downloadbot-b8970d4d6b0c6014d9c7e4e3b03524f5c2969501.tar.gz
bot-b8970d4d6b0c6014d9c7e4e3b03524f5c2969501.tar.bz2
bot-b8970d4d6b0c6014d9c7e4e3b03524f5c2969501.zip
Added personal timezones back. I think. sbp'll probably have to fix EVERYTHING that I did.
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/clock.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/modules/clock.py b/modules/clock.py
index e648f41..3e5e2a1 100755
--- a/modules/clock.py
+++ b/modules/clock.py
@@ -186,6 +186,12 @@ TZ3 = {
'AEDT': 11
}
+People = {
+ 'd8uv': 'America/Anchorage',
+ 'sbp': 'Europe/London', # Actually UK...
+ 'nslater': 'Europe/London' # Actually I DON'T KNOW WHAT THE FUCK
+}
+
# TimeZones.update(TZ2) # do these have to be negated?
TimeZones.update(TZ1)
TimeZones.update(TZ3)
@@ -268,8 +274,6 @@ def yi(phenny, input):
yi.commands = ['yi']
yi.priority = 'low'
-# d8uv d8uv d8uv d8uv d8uv d8uv d8uv
-
def tock(phenny, input):
"""Shows the time from the USNO's atomic clock."""
u = urllib.urlopen('http://tycho.usno.navy.mil/cgi-bin/timer.pl')