diff options
author | June McEnroe <june@causal.agency> | 2021-06-12 10:35:36 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-06-12 10:35:53 -0400 |
commit | 2dcadaf26042eef1ec01473f930bae40ecdaa993 (patch) | |
tree | 2e3c8956cd8e18179174fe7c43a2d22376c6bf2d | |
parent | Fix unknown file signature error (diff) | |
download | catgirl-2dcadaf26042eef1ec01473f930bae40ecdaa993.tar.gz catgirl-2dcadaf26042eef1ec01473f930bae40ecdaa993.zip |
Reset formatting after realname in setname
Missed this one.
Diffstat (limited to '')
-rw-r--r-- | handle.c | 2 |
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] ); |