summaryrefslogtreecommitdiff
path: root/src/endpoints.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/endpoints.lisp')
-rw-r--r--src/endpoints.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/endpoints.lisp b/src/endpoints.lisp
index 096603a..62d70ee 100644
--- a/src/endpoints.lisp
+++ b/src/endpoints.lisp
@@ -119,7 +119,7 @@ functions in url parameters in endpoint definitions."
:path "/" :domain "localhost") ; TODO: generalize domain
(redirect-to "/tavern"))
(progn
- (flash :tavern-door nick)
+ (flash :tavern-door (format nil "Hrmm... ~a you say? It ain't on the register." nick))
(redirect-to "/tavern-door")))) )
(defendpoint* :get "/join" () ()