diff options
author | Kylie McClain <kylie@somas.is> | 2022-01-24 23:22:01 -0500 |
---|---|---|
committer | Kylie McClain <kylie@somas.is> | 2022-01-27 15:01:49 -0500 |
commit | ecfc73cce1e2944eeafdeaec9c6976c626f10f21 (patch) | |
tree | 4cbbcc66ae0ad803b0730ecd76d0e2055285e11e | |
parent | toki tan ilo > toki ilo /whois: o pona e toki (diff) | |
download | catgirl-ecfc73cce1e2944eeafdeaec9c6976c626f10f21.tar.gz catgirl-ecfc73cce1e2944eeafdeaec9c6976c626f10f21.zip |
handle.c: o pona e kepeken pi nimi sitelen
-rw-r--r-- | handle.c | 6 |
1 files 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] |