summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rwxr-xr-xmodules/clock.py6
2 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 5355824..0e02111 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ archive: ;
git archive --format=tar --prefix=phenny/ HEAD | bzip2 > phenny.tar.bz2
ci: ;
+ hg ci
git commit -a && git push origin master
log: ;
diff --git a/modules/clock.py b/modules/clock.py
index 3e5e2a1..b8c659b 100755
--- a/modules/clock.py
+++ b/modules/clock.py
@@ -186,12 +186,6 @@ 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)