about summary refs log tree commit diff
path: root/handle.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-06-12 10:35:36 -0400
committerJune McEnroe <june@causal.agency>2021-06-12 10:35:53 -0400
commit2dcadaf26042eef1ec01473f930bae40ecdaa993 (patch)
tree2e3c8956cd8e18179174fe7c43a2d22376c6bf2d /handle.c
parentFix unknown file signature error (diff)
downloadcatgirl-2dcadaf26042eef1ec01473f930bae40ecdaa993.tar.gz
catgirl-2dcadaf26042eef1ec01473f930bae40ecdaa993.zip
Reset formatting after realname in setname
Missed this one.
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 844fb74..361e613 100644
--- a/handle.c
+++ b/handle.c
@@ -447,7 +447,7 @@ static void handleSetname(struct Message *msg) {
 	for (uint id; (id = completeID(msg->nick));) {
 		uiFormat(
 			id, filterCheck(Cold, id, msg), tagTime(msg),
-			"\3%02d%s\3\tis now known as \3%02d%s\3 (%s)",
+			"\3%02d%s\3\tis now known as \3%02d%s\3 (%s\17)",
 			hash(msg->user), msg->nick, hash(msg->user), msg->nick,
 			msg->params[0]
 		);