ox: Add /ox log command

This commit is contained in:
Michael Vetter
2022-05-05 23:41:45 +02:00
parent 66eeccf408
commit d011d6707c
6 changed files with 41 additions and 1 deletions

View File

@@ -1715,7 +1715,8 @@ static struct cmd_t command_defs[] = {
#ifdef HAVE_LIBGPGME
{ "/ox",
parse_args, 1, 3, NULL,
CMD_NOSUBFUNCS
CMD_SUBFUNCS(
{ "log", cmd_ox_log })
CMD_MAINFUNC(cmd_ox)
CMD_TAGS(
CMD_TAG_CHAT,