summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]
);