about summary refs log tree commit diff
diff options
context:
space:
mode:
-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;
 	}