Add friendlier message for when parser/matcher can't find a command
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 25 Jan 2017 00:11:25 +0000 (18:11 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 25 Jan 2017 00:11:25 +0000 (18:11 -0600)
mudsync/player.scm

index 784db7c6f9a08691d919ad1a66a26693bbe24e5d..a450038d53ac64d0206b25bb8e993400a3f16a75 100644 (file)
@@ -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