mcabber/src/commands.c
changeset 225 d5ae42cbe1fa
parent 221 73f6ce668ba8
child 232 9a6ba4b38e63
equal deleted inserted replaced
224:3795729cee54 225:d5ae42cbe1fa
    74   cmd_add("clear", "Clear the dialog window", 0, 0, &do_clear);
    74   cmd_add("clear", "Clear the dialog window", 0, 0, &do_clear);
    75   cmd_add("del", "Delete the current buddy", 0, 0, &do_del);
    75   cmd_add("del", "Delete the current buddy", 0, 0, &do_del);
    76   cmd_add("group", "Change group display settings", COMPL_GROUP, 0, &do_group);
    76   cmd_add("group", "Change group display settings", COMPL_GROUP, 0, &do_group);
    77   cmd_add("help", "Display some help", COMPL_CMD, 0, NULL);
    77   cmd_add("help", "Display some help", COMPL_CMD, 0, NULL);
    78   cmd_add("info", "Show basic infos on current buddy", 0, 0, &do_info);
    78   cmd_add("info", "Show basic infos on current buddy", 0, 0, &do_info);
    79   cmd_add("move", "Move the current buddy to another group", 0, 0, &do_move);
    79   cmd_add("move", "Move the current buddy to another group", COMPL_GROUPNAME,
       
    80           0, &do_move);
    80   //cmd_add("nick");
    81   //cmd_add("nick");
    81   cmd_add("quit", "Exit the software", 0, 0, NULL);
    82   cmd_add("quit", "Exit the software", 0, 0, NULL);
    82   cmd_add("rename", "Rename the current buddy", 0, 0, &do_rename);
    83   cmd_add("rename", "Rename the current buddy", 0, 0, &do_rename);
    83   //cmd_add("request_auth");
    84   //cmd_add("request_auth");
    84   cmd_add("roster", "Manipulate the roster/buddylist", COMPL_ROSTER, 0,
    85   cmd_add("roster", "Manipulate the roster/buddylist", COMPL_ROSTER, 0,