From ecfc73cce1e2944eeafdeaec9c6976c626f10f21 Mon Sep 17 00:00:00 2001 From: Kylie McClain Date: Mon, 24 Jan 2022 23:22:01 -0500 Subject: handle.c: o pona e kepeken pi nimi sitelen --- handle.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/handle.c b/handle.c index c511912..22c571c 100644 --- a/handle.c +++ b/handle.c @@ -596,7 +596,7 @@ static void handleReplyNoTopic(struct Message *msg) { require(msg, false, 2); uiFormat( idFor(msg->params[1]), Warm, tagTime(msg), - "tomo \3%02d%s\3 li jo e toki sitelen", + "tomo \3%02d%s\3 li jo ala e sitelen tomo", hash(msg->params[1]), msg->params[1] ); } @@ -622,7 +622,7 @@ static void handleReplyTopic(struct Message *msg) { urlScan(id, NULL, msg->params[2]); uiFormat( id, (replies[ReplyTopicAuto] ? Cold : Warm), tagTime(msg), - "tomo \3%02d%s\3 sitelen li toki e ni: %s", + "sitelen pi tomo \3%02d%s\3 li toki e ni: %s", hash(msg->params[1]), msg->params[1], msg->params[2] ); logFormat( @@ -1024,7 +1024,7 @@ static void handleReplyList(struct Message *msg) { require(msg, false, 4); uiFormat( Network, Warm, tagTime(msg), - "tomo \3%02d%s\3 li jo e jan %ld. tomo sitelen li toki e ni: %s", + "tomo \3%02d%s\3 li jo e jan %ld. sitelen tomo li toki e ni: %s", hash(msg->params[1]), msg->params[1], strtol(msg->params[2], NULL, 10), msg->params[3] -- cgit 1.4.1 '>diff
path: root/home/.bashrc (unfollow)
Commit message (Expand)Author
2020-06-11Alias sudo=doas if availableJune McEnroe
2020-06-11Add all VMs to ssh configJune McEnroe
2020-06-08Add additional permission for linking with LibreSSLJune McEnroe
2020-06-08Replace __DECONST with regular castsJune McEnroe
2020-06-08Replace __printflike with __attribute__((format(printf, ...)))June McEnroe
2020-06-08Replace __dead2 with __attribute__((noreturn))June McEnroe
2020-06-08Replace __FBSDID macros with commentsJune McEnroe
2020-06-08Remove reference to FreeBSD-specific libedit hackJune McEnroe
2020-06-08Prefix mandoc with exec in about-filterJune McEnroe
2020-06-07Remove mktemp options from mkbuiltins, mktokensJune McEnroe
2020-06-07Cast z_stream fields to size_tJune McEnroe
2020-06-07Call static_assert by _Static_assertJune McEnroe
2020-06-07Add OpenBSD to install.shJune McEnroe
2020-06-03Add The Song of AchillesJune McEnroe
2020-06-01Allow redirecting input in everJune McEnroe
2020-05-31Add %c conversion to c scriptJune McEnroe
2020-05-31Add c script to READMEJune McEnroe
2020-05-31Add c scriptJune McEnroe
2020-05-31Update mdoc source URLsJune McEnroe
2020-05-26Remove unfinished PSF fontsJune McEnroe