hirc

IRC client
Log | Files | Refs

commit 90ee9c4ea4142981635f8c0d637a2d16f17877a8
parent dfe5514401e74cfc6c9ab3ed7550ec3b522c20eb
Author: hhvn <dev@hhvn.uk>
Date:   Fri, 25 Feb 2022 22:26:19 +0000

Use %{rdate:s} for rpl.whoisidle

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

diff --git a/src/config.c b/src/config.c @@ -735,7 +735,7 @@ struct Config config[] = { .description = { "Format of RPL_ENDOFWHO (315) numeric", NULL}}, {"format.rpl.whoisidle", 1, Val_string, - .str = " %{b}signon %{b}: %{time:%c,${4}}, idle: ${3} seconds", + .str = " %{b}signon %{b}: %{time:%c,${4}}, idle: %{rdate:${3}}", .strhandle = config_redraws, .description = { "Format of RPL_WHOISIDLE (317) numeric", NULL}},