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