fix(command): update logging command argument constraints

This commit is contained in:
2026-05-16 15:25:23 +00:00
parent 88958c0a37
commit 129eddadd7

View File

@@ -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)