about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
diff options
context:
space:
mode:
authorPaul Fariello <paul@fariello.eu>2019-02-25 18:07:11 +0140
committerPaul Fariello <paul@fariello.eu>2019-04-10 16:03:50 +0200
commitf9216fddb106d46bac2d13d9dfe175b4a475a789 (patch)
tree3381185fb76931406986dcfac29eeee7b3d485cd /src/command/cmd_defs.c
parent1f9d46037cb86b26a7e91d924f41702a6ea58114 (diff)
downloadprofani-tty-f9216fddb106d46bac2d13d9dfe175b4a475a789.tar.gz
Add signal store backend and OMEMO start 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 af30db34..265af119 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -2333,7 +2333,8 @@ static struct cmd_t command_defs[] =
     { "/omemo",
         parse_args, 1, 3, NULL,
         CMD_SUBFUNCS(
-            { "gen", cmd_omemo_gen })
+            { "gen", cmd_omemo_gen },
+            { "start", cmd_omemo_start })
         CMD_NOMAINFUNC
         CMD_TAGS(
             CMD_TAG_CHAT,