about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKylie McClain <kylie@somas.is>2022-01-16 21:06:57 -0500
committerKylie McClain <kylie@somas.is>2022-01-16 21:06:57 -0500
commit5b38bc06acc4bfdb5de04d231841b94d5e1f3c6a (patch)
tree018defe94cb1b3936bf88029be696f05b02bdacf
parentAvoid sending null byte in SASL PLAIN (diff)
downloadcatgirl-5b38bc06acc4bfdb5de04d231841b94d5e1f3c6a.tar.gz
catgirl-5b38bc06acc4bfdb5de04d231841b94d5e1f3c6a.zip
handle.c: o pona e toki ilo pi nimi jan sin
-rw-r--r--handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/handle.c b/handle.c
index 1a004c4..79a0544 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 lon jan \3%02d%s\3",
+			"jan \3%02d%s\3\tli kama jan \3%02d%s\3",
 			hash(msg->user), msg->nick, hash(msg->user), msg->params[0]
 		);
 		if (id == Network) continue;