about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKylie McClain <kylie@somas.is>2021-11-25 23:51:18 -0500
committerKylie McClain <kylie@somas.is>2021-12-21 15:11:57 -0500
commit22728fd35aa1d88f1c9fa1faab9edfb3c3a00ec3 (patch)
tree205c04e79b1bc2eacfa696d2be6a9b0044c3f4f6
parenthandle.c: o pona e kepeken pi nimi 'nanpa' (diff)
downloadcatgirl-22728fd35aa1d88f1c9fa1faab9edfb3c3a00ec3.tar.gz
catgirl-22728fd35aa1d88f1c9fa1faab9edfb3c3a00ec3.zip
handle.c: o pana e toki sin tawa nimi ante
toki ni la toki "kama jo" li ike.
toki sin ni li sama mute toki ni lon toki Inli.
-rw-r--r--handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/handle.c b/handle.c
index f163830..fbfcbd2 100644
--- a/handle.c
+++ b/handle.c
@@ -431,7 +431,7 @@ static void handleNick(struct Message *msg) {
 		}
 		uiFormat(
 			id, filterCheck(Cold, id, msg), tagTime(msg),
-			"jan \3%02d%s\3\tli kama jo e nimi sin \3%02d%s\3",
+			"jan \3%02d%s\3\tli lon jan \3%02d%s\3",
 			hash(msg->user), msg->nick, hash(msg->user), msg->params[0]
 		);
 		if (id == Network) continue;