summaryrefslogtreecommitdiff
path: root/src/endpoints.lisp
diff options
context:
space:
mode:
authorshoshin <shoshin@cicadas.surf>2023-03-13 21:52:18 -0500
committershoshin <shoshin@cicadas.surf>2023-03-13 21:52:18 -0500
commit12662d6a0fceb0c2adfdc4d0947800994bc85718 (patch)
treee57a899b0efedc077587757f8ecb14c2bcecf956 /src/endpoints.lisp
parent58afc03ae572eb56cb5a3b7b685689433edc13c7 (diff)
Add: minor tweaks, player list item view in adventure
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" () ()