diff mcabber/src/commands.c @ 225:d5ae42cbe1fa

[/trunk] Changeset 237 by mikael * Group names and JIDs completion
author mikael
date Sat, 04 Jun 2005 19:35:30 +0000
parents 73f6ce668ba8
children 9a6ba4b38e63
line wrap: on
line diff
--- a/mcabber/src/commands.c	Sat Jun 04 17:34:15 2005 +0000
+++ b/mcabber/src/commands.c	Sat Jun 04 19:35:30 2005 +0000
@@ -76,7 +76,8 @@
   cmd_add("group", "Change group display settings", COMPL_GROUP, 0, &do_group);
   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", 0, 0, &do_move);
+  cmd_add("move", "Move the current buddy to another group", COMPL_GROUPNAME,
+          0, &do_move);
   //cmd_add("nick");
   cmd_add("quit", "Exit the software", 0, 0, NULL);
   cmd_add("rename", "Rename the current buddy", 0, 0, &do_rename);