summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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')