From 2dcadaf26042eef1ec01473f930bae40ecdaa993 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 12 Jun 2021 10:35:36 -0400 Subject: Reset formatting after realname in setname Missed this one. --- handle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'handle.c') 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] ); -- cgit 1.4.1