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:50:03 +0200
committerMichael Vetter <jubalh@iodoru.org>2022-05-05 23:55:37 +0200
commit2e76e4f0c7cc574c5d07a9ddb709eee82848a641 (patch)
tree096ada380ac10ed66215009f4c320cb59018c0a6 /src/command/cmd_defs.c
parentb16bdca726970a721301c88b588dd7263a8655e3 (diff)
downloadprofani-tty-2e76e4f0c7cc574c5d07a9ddb709eee82848a641.tar.gz
ox: remove /ox sendfile because its actually not implemented
Diffstat (limited to 'src/command/cmd_defs.c')
-rw-r--r--src/command/cmd_defs.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index f2cc1513..8c8af70f 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -1728,7 +1728,6 @@ static struct cmd_t command_defs[] = {
               "/ox end",
               "/ox log on|off|redact",
               "/ox char <char>",
-              "/ox sendfile on|off",
               "/ox announce <file>",
               "/ox discover <jid>",
               "/ox request <jid> <keyid>")
@@ -1747,8 +1746,7 @@ static struct cmd_t command_defs[] = {
               { "char <char>", "Set the character to be displayed next to PGP encrypted messages." },
               { "announce <file>", "Announce a public key by pushing it on the XMPP Server" },
               { "discover <jid>", "Discover public keys of a jid. The OpenPGP Key IDs will be displayed" },
-              { "request <jid> <keyid>", "Request public key. See /ox discover to to get available key IDs." },
-              { "sendfile on|off", "Allow /sendfile to send unencrypted files while otherwise using PGP." })
+              { "request <jid> <keyid>", "Request public key. See /ox discover to to get available key IDs." })
       CMD_EXAMPLES(
               "/ox log off",
               "/ox start odin@valhalla.edda",