From: Christopher Allan Webber Date: Wed, 25 Jan 2017 00:11:25 +0000 (-0600) Subject: Add friendlier message for when parser/matcher can't find a command X-Git-Tag: fosdem-2017~85 X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=commitdiff_plain;h=e859c0e73638a433413ea4c6ac08476268331663 Add friendlier message for when parser/matcher can't find a command --- diff --git a/mudsync/player.scm b/mudsync/player.scm index 784db7c..a450038 100644 --- a/mudsync/player.scm +++ b/mudsync/player.scm @@ -84,7 +84,7 @@ (apply <- winner-id cmd-action message-args)) (#f (<- (gameobj-gm player) 'write-home - #:text "Huh? (type \"help\" for common commands)\n")))) + #:text "Sorry, I didn't understand that? (type \"help\" for common commands)\n")))) (define* (player-tell player message #:key text) (<- (gameobj-gm player) 'write-home