mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 08:26:21 +00:00
fix(command): update logging command argument constraints
This commit is contained in:
@@ -1660,7 +1660,7 @@ static const struct cmd_t command_defs[] = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
{ CMD_PREAMBLE("/logging",
|
{ CMD_PREAMBLE("/logging",
|
||||||
parse_args, 0, 3, NULL)
|
parse_args, 0, 0, NULL)
|
||||||
CMD_MAINFUNC(cmd_logging)
|
CMD_MAINFUNC(cmd_logging)
|
||||||
CMD_TAGS(
|
CMD_TAGS(
|
||||||
CMD_TAG_CHAT)
|
CMD_TAG_CHAT)
|
||||||
|
|||||||
Reference in New Issue
Block a user