pull/112/head
Matthew Butterick 8 years ago
parent 8adb6c3fc0
commit 555a95ee27

@ -176,6 +176,6 @@ version print the version" (current-server-port) (make-publish-di
(displayln (let ([responses '("Cursing at free software? Really?" "How uncouth." "Same to you, buddy.")]) (displayln (let ([responses '("Cursing at free software? Really?" "How uncouth." "Same to you, buddy.")])
(list-ref responses (random (length responses))))) (list-ref responses (random (length responses)))))
(begin (begin
(displayln (format "`~a` is an unknown command. Please try one of the following." command)) (displayln (format "`~a` is an unknown command." command))
(displayln "") (display "These are the available ") ; ... "Pollen commands:"
(handle-help)))) (handle-help))))

@ -1 +1 @@
1462223092 1462486594

Loading…
Cancel
Save