From 007de1fed0c6839f822723b94091395cdaddb46a Mon Sep 17 00:00:00 2001
From: Kylie McClain <kylie@somas.is>
Date: Sat, 5 Feb 2022 18:51:06 -0500
Subject: handle.c: o pona e kepeken nimi

nimi "linja" li ken nasa tawa jan sin.
nimi "linja" li weka la nimi "lon" li pona mute.
---
 handle.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/handle.c b/handle.c
index 6b40768..168625c 100644
--- a/handle.c
+++ b/handle.c
@@ -1047,7 +1047,7 @@ static void handleReplyWhoisServer(struct Message *msg) {
 	require(msg, false, 4);
 	uiFormat(
 		Network, Warm, tagTime(msg),
-		"jan \3%02d%s\3\tli linja %stawa kulupu %s (%s)",
+		"jan \3%02d%s\3\tli lon %stan kulupu %s (%s)",
 		completeColor(Network, msg->params[1]), msg->params[1],
 		(replies[ReplyWhowas] ? "ala " : ""), msg->params[2], msg->params[3]
 	);
-- 
cgit 1.4.1