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.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 32bbec46..a29576bd 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -579,20 +579,6 @@ static struct cmd_t command_defs[] =
             "/join mychannel")
     },
 
-    { "/leave",
-        parse_args, 0, 0, NULL,
-        CMD_NOSUBFUNCS
-        CMD_MAINFUNC(cmd_leave)
-        CMD_TAGS(
-            CMD_TAG_GROUPCHAT)
-        CMD_SYN(
-            "/leave")
-        CMD_DESC(
-            "Leave the current chat or room.")
-        CMD_NOARGS
-        CMD_NOEXAMPLES
-    },
-
     { "/invite",
         parse_args_with_freetext, 1, 2, NULL,
         CMD_NOSUBFUNCS