Added personal timezones back. I think. sbp'll probably have to fix EVERYTHING that I did.
parent
3e300c4357
commit
b8970d4d6b
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue