about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/cmd_defs.c')
-rw-r--r--src/command/cmd_defs.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 787de7cd..d78e6578 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -64,7 +64,6 @@
 #include "plugins/plugins.h"
 #include "tools/autocomplete.h"
 #include "tools/parser.h"
-#include "tools/tinyurl.h"
 #include "ui/ui.h"
 #include "ui/window_list.h"
 #include "xmpp/xmpp.h"
@@ -979,22 +978,6 @@ static struct cmd_t command_defs[] = {
                                   "/sub request",
                                   "/sub sent") },
 
-    { "/tiny",
-      parse_args, 1, 1, NULL,
-      CMD_NOSUBFUNCS
-          CMD_MAINFUNC(cmd_tiny)
-              CMD_TAGS(
-                  CMD_TAG_CHAT,
-                  CMD_TAG_GROUPCHAT)
-                  CMD_SYN(
-                      "/tiny <url>")
-                      CMD_DESC(
-                          "Send url as tinyurl in current chat.")
-                          CMD_ARGS(
-                              { "<url>", "The url to make tiny." })
-                              CMD_EXAMPLES(
-                                  "Example: /tiny https://profanity-im.github.io/") },
-
     { "/who",
       parse_args, 0, 2, NULL,
       CMD_NOSUBFUNCS