mcabber/src/commands.c
changeset 225 d5ae42cbe1fa
parent 221 73f6ce668ba8
child 232 9a6ba4b38e63
--- 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);