about summary refs log tree commit diff
path: root/handle.c
diff options
context:
space:
mode:
authorKylie McClain <kylie@somas.is>2021-11-21 20:57:27 -0500
committerKylie McClain <kylie@somas.is>2022-01-27 14:56:26 -0500
commit00add87af7f8e53450431bfabf1b87257574b8ae (patch)
tree0dbd8a4f8b3036d7e9beaa2d526587434a4036ea /handle.c
parentcommand.c: kepeken ala e nimi pali o ante e toki (diff)
downloadcatgirl-00add87af7f8e53450431bfabf1b87257574b8ae.tar.gz
catgirl-00add87af7f8e53450431bfabf1b87257574b8ae.zip
handle.c: kepeken nimi 'jan' tawa pali toki
Diffstat (limited to 'handle.c')
-rw-r--r--handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/handle.c b/handle.c
index bc18865..75aa600 100644
--- a/handle.c
+++ b/handle.c
@@ -1275,7 +1275,7 @@ static void handlePrivmsg(struct Message *msg) {
 		colorMentions(buf, sizeof(buf), id, msg);
 		uiFormat(
 			id, heat, tagTime(msg),
-			"%s\35\3%d* %s\17\35\t%s%s",
+			"%s\35\3%d* jan %s\17\35\t%s%s",
 			(highlight ? "\26" : ""), hash(msg->user), msg->nick,
 			buf, msg->params[1]
 		);