summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 20ebc1f..f6291df 100644
--- a/src/site.clj
+++ b/src/site.clj
@@ -542,7 +542,7 @@ FROM users u
users (room :users)]
(if nick
(if-let [user-info (@users nick)]
- x; Incorporate avatar updates
+ ; Incorporate avatar updates
(commute users assoc nick (merge user-info {:last-seen now
:avatar (session :avatar)}))
(commute users assoc nick (user-struct-from-session session))))