commit 12f826d29798be8a4bd067fd741b679be1718dd8
parent 1b58278084b28df1198cbb9b15788d1dd5be9760
Author: hhvn <dev@hhvn.uk>
Date: Fri, 25 Feb 2022 16:04:52 +0000
Format for RPL_LUSERME using %{split:n,c,...}
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/config.c b/src/config.c
@@ -633,7 +633,7 @@ struct Config config[] = {
.description = {
"Format of RPL_LUSERCHANNELS (254) numeric", NULL}},
{"format.rpl.luserme", 1, Val_string,
- .str = "${2-}",
+ .str = "There are %{split:3, ,${2}} clients and %{split:6, ,${2}} servers connected to this server",
.strhandle = config_redraws,
.description = {
"Format of RPL_LUSERME (255) numeric", NULL}},