Add OMEMO commands autocompletion

This commit is contained in:
Paul Fariello
2019-03-06 19:35:00 +01:40
parent 2718183d27
commit ba0fa6e536
2 changed files with 32 additions and 1 deletions

View File

@@ -2331,7 +2331,7 @@ static struct cmd_t command_defs[] =
},
{ "/omemo",
parse_args, 1, 3, NULL,
parse_args, 1, 2, NULL,
CMD_SUBFUNCS(
{ "gen", cmd_omemo_gen },
{ "start", cmd_omemo_start })