summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-04-11 16:50:45 -0400
committersostler <sbostler@gmail.com>2010-04-11 16:50:45 -0400
commit5587ef8a9b45ba7c969df2643ab1baa2591e2be4 (patch)
treeacbb7dd475eee49aa3ce98af60175e756b2bd76a /src
parent57c3298cbb88181ab2a9e2dd5309b7a5df6eb30f (diff)
parentb489d3df189b2a87e3d8b1ba321b9a8f2a441009 (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'src')
-rw-r--r--src/site.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site.clj b/src/site.clj
index 85e93d1..ebf2077 100644
--- a/src/site.clj
+++ b/src/site.clj
@@ -242,7 +242,7 @@
})
;; User-id/nick cache
-;; I keep needing to grab user-id from a nick or nick from a user-id so I thought I'd cache them
+;; I keep needing to grab user-id from a nick so I thought I'd cache them
(def user-id-cache (ref {}))
(def *user-id-cache-size* 500)