From 96c7ae165485c53b1ec3767a88f5f916f23e07fe Mon Sep 17 00:00:00 2001 From: Kylie McClain Date: Mon, 24 Jan 2022 23:37:18 -0500 Subject: handle.c: o pona e ala lon toki tan toki ilo /whois --- handle.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handle.c b/handle.c index 22c571c..de01e40 100644 --- a/handle.c +++ b/handle.c @@ -1047,9 +1047,9 @@ static void handleReplyWhoisServer(struct Message *msg) { require(msg, false, 4); uiFormat( Network, Warm, tagTime(msg), - "jan \3%02d%s\3\tli linja %s tawa kulupu %s (%s)", + "jan \3%02d%s\3\tli linja %stawa kulupu %s (%s)", completeColor(Network, msg->params[1]), msg->params[1], - (replies[ReplyWhowas] ? "ala" : ""), msg->params[2], msg->params[3] + (replies[ReplyWhowas] ? "ala " : ""), msg->params[2], msg->params[3] ); } -- cgit 1.4.1