about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKylie McClain <kylie@somas.is>2021-11-25 23:56:03 -0500
committerKylie McClain <kylie@somas.is>2021-12-21 15:11:57 -0500
commit6a96d433b8bddc1a6e5afbde4cccb93ad300cd8a (patch)
treefd8fc71c09970810639c5b95739db3ba543724b6
parenthandle.c: o pana e toki sin tawa nimi ante (diff)
downloadcatgirl-6a96d433b8bddc1a6e5afbde4cccb93ad300cd8a.tar.gz
catgirl-6a96d433b8bddc1a6e5afbde4cccb93ad300cd8a.zip
handle.c: o pona e toki pi pali toki /setname
tenpo pini la, toki tan pali toki /setname li sama toki tan pali toki
/nick; tenpo ni la mi sona e ante ona.
-rw-r--r--handle.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/handle.c b/handle.c
index fbfcbd2..b5cba26 100644
--- a/handle.c
+++ b/handle.c
@@ -448,9 +448,8 @@ static void handleSetname(struct Message *msg) {
 	for (uint id; (id = completeID(msg->nick));) {
 		uiFormat(
 			id, filterCheck(Cold, id, msg), tagTime(msg),
-			"jan \3%02d%s\3\tli kama jo e nimi sin \3%02d%s\3 (%s\17)",
-			hash(msg->user), msg->nick, hash(msg->user), msg->nick,
-			msg->params[0]
+			"nimi pi jan \3%02d%s\3\tli lon nimi \"%s\17\"",
+			hash(msg->user), msg->nick, msg->params[0]
 		);
 	}
 }