hirc

IRC client
Log | Files | Refs

commit 99b4048422599541e84aed0098a96104c76f6095
parent db33c44e48e502b16d9bc27b124067a236c02f2c
Author: hhvn <dev@hhvn.uk>
Date:   Thu, 16 Dec 2021 16:16:08 +0000

s/config.c: default format for namreply

hmm.. how do we do %{nick} with ${4-}?

Diffstat:
Msrc/config.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config.c b/src/config.c @@ -732,7 +732,7 @@ struct Config config[] = { .description = { "Format of RPL_WHOREPLY (352) numeric", NULL}}, {"format.rpl.namreply", 1, Val_string, - .str = "${2-}", + .str = "names%{=}${4-}", .strhandle = config_redraws, .description = { "Format of RPL_NAMREPLY (353) numeric", NULL}},