From 85fce6db3ab0deff9624741adf6bdf6e43803093 Mon Sep 17 00:00:00 2001 From: timb Date: Sat, 20 Mar 2010 01:21:05 -0700 Subject: put people right into the chat --- src/site.clj | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src') 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) -- cgit v1.2.3-70-g09d2