summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortimb <timb@mb.local>2010-03-20 01:21:05 -0700
committertimb <timb@mb.local>2010-03-20 01:21:05 -0700
commit85fce6db3ab0deff9624741adf6bdf6e43803093 (patch)
treee48d3317fa459659f7334e24e9663c7171b12a3e /src
parent63cee2279579e2a16496d060e203cd8bf48e5685 (diff)
put people right into the chat
Diffstat (limited to 'src')
-rwxr-xr-xsrc/site.clj7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/site.clj b/src/site.clj
index b3e7e70..b6643a9 100755
--- a/src/site.clj
+++ b/src/site.clj
@@ -284,9 +284,10 @@
;; Landing
(defn landing [session]
- (if (session :nick)
- (redirect-to "/chat")
- (serve-file "static" "index.html")))
+ (redirect-to "/chat"))
+; (if (session :nick)
+; (redirect-to "/chat")
+; (serve-file "static" "index.html")))
(defn login [session params cookies]
(let [nick (params :nick)