about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKylie McClain <kylie@somas.is>2021-11-21 20:56:22 -0500
committerKylie McClain <kylie@somas.is>2022-01-27 14:56:25 -0500
commit9bd8e7bb1220d85d220e9777cd8f0ce492f9c3bc (patch)
treeb211c00a290e3fd9e753fe1ea22cc2eff5c65a58
parentcommand.c: sona ala e nimi pali la o pona e pakala toki (diff)
downloadcatgirl-9bd8e7bb1220d85d220e9777cd8f0ce492f9c3bc.tar.gz
catgirl-9bd8e7bb1220d85d220e9777cd8f0ce492f9c3bc.zip
command.c: kepeken ala e nimi pali o ante e toki
-rw-r--r--command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/command.c b/command.c
index e9b87a0..84be48b 100644
--- a/command.c
+++ b/command.c
@@ -671,7 +671,7 @@ void command(uint id, char *input) {
 		(self.restricted && handler->flags & Restrict) ||
 		(self.kiosk && handler->flags & Kiosk)
 	) {
-		uiFormat(id, Warm, NULL, "Command %s is unavailable", cmd);
+		uiFormat(id, Warm, NULL, "sina ken ala kepeken nimi pali '%s'", cmd);
 		return;
 	}