diff options
Diffstat (limited to '')
-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] |