From de4c9df0748f8f3792f4dfc4db4eb7853679646d Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 4 Feb 2020 20:40:49 -0500 Subject: Align join messages after nick --- handle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'handle.c') diff --git a/handle.c b/handle.c index 305d70d..32f8939 100644 --- a/handle.c +++ b/handle.c @@ -190,7 +190,7 @@ static void handleJoin(struct Message *msg) { } uiFormat( id, Cold, tagTime(msg), - "\3%02d%s\3 arrives in \3%02d%s\3", + "\3%02d%s\3\tarrives in \3%02d%s\3", hash(msg->user), msg->nick, idColors[id], idNames[id] ); } -- cgit 1.4.1