From 9bd8e7bb1220d85d220e9777cd8f0ce492f9c3bc Mon Sep 17 00:00:00 2001 From: Kylie McClain Date: Sun, 21 Nov 2021 20:56:22 -0500 Subject: command.c: kepeken ala e nimi pali o ante e toki --- command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit 1.4.1 ion value='7051d430801da1788bdb894d7ecf3210898733b5'>this commit libtls for OpenSSL
summary refs log tree commit diff
path: root/include/compat/unistd.h (unfollow)
Commit message (Expand)Author
2021-03-05Bump version to 3.3.1p1 3.3.1p1June McEnroe
2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe
2020-12-15Import LibreSSL 3.3.1June McEnroe
2020-11-24Import LibreSSL 3.3.0June McEnroe
2020-10-22Import LibreSSL 3.2.2June McEnroe
2020-09-29Import LibreSSL 3.2.1June McEnroe
2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe
2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe
2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe