changeset 262:ab6f83a82811

Do not add /help to command completion, as it isn't implemented yet.
author mikael@frmp8452
date Fri, 01 Jul 2005 23:50:08 +0100
parents 259ed1de5bdc
children 1bcc3eec08f0
files mcabber/src/commands.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/src/commands.c	Fri Jul 01 23:49:01 2005 +0100
+++ b/mcabber/src/commands.c	Fri Jul 01 23:50:08 2005 +0100
@@ -75,7 +75,7 @@
   cmd_add("clear", "Clear the dialog window", 0, 0, &do_clear);
   cmd_add("del", "Delete the current buddy", 0, 0, &do_del);
   cmd_add("group", "Change group display settings", COMPL_GROUP, 0, &do_group);
-  cmd_add("help", "Display some help", COMPL_CMD, 0, NULL);
+  //cmd_add("help", "Display some help", COMPL_CMD, 0, NULL);
   cmd_add("info", "Show basic infos on current buddy", 0, 0, &do_info);
   cmd_add("move", "Move the current buddy to another group", COMPL_GROUPNAME,
           0, &do_move);