about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-05-05 23:41:45 +0200
committerMichael Vetter <jubalh@iodoru.org>2022-05-05 23:41:45 +0200
commitd011d6707c59b39dec9e83611592ee9c4b0b5a4d (patch)
tree5d4e4afb68fe133414993ead9b020f02414fb9b0 /src/command/cmd_defs.c
parent66eeccf4089de61d2cb029f057d1d58bdbb6ab73 (diff)
downloadprofani-tty-d011d6707c59b39dec9e83611592ee9c4b0b5a4d.tar.gz
ox: Add /ox log command
Diffstat (limited to 'src/command/cmd_defs.c')
-rw-r--r--src/command/cmd_defs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index b816ddcc..f2cc1513 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -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,