From 129eddadd7960282270c8ac3aaa11d2fd7c2a82f Mon Sep 17 00:00:00 2001 From: Jabber Developer Date: Sat, 16 May 2026 15:25:23 +0000 Subject: [PATCH] fix(command): update logging command argument constraints --- src/command/cmd_defs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index 432770e0..e89fa62d 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -1660,7 +1660,7 @@ static const struct cmd_t command_defs[] = { }, { CMD_PREAMBLE("/logging", - parse_args, 0, 3, NULL) + parse_args, 0, 0, NULL) CMD_MAINFUNC(cmd_logging) CMD_TAGS( CMD_TAG_CHAT)