Reset formatting after realname in setname

Missed this one.
master
C. McEnroe 2021-06-12 10:35:36 -04:00
parent 161c1ad680
commit 2dcadaf260
1 changed files with 1 additions and 1 deletions

View File

@ -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]
);