mcabber/src/commands.c
changeset 262 ab6f83a82811
parent 260 33e1a05864a6
child 265 49e9e02dd6d0
equal deleted inserted replaced
261:259ed1de5bdc 262:ab6f83a82811
    73   cmd_add("buffer", "Manipulate current buddy's buffer (chat window)",
    73   cmd_add("buffer", "Manipulate current buddy's buffer (chat window)",
    74           COMPL_BUFFER, 0, &do_buffer);
    74           COMPL_BUFFER, 0, &do_buffer);
    75   cmd_add("clear", "Clear the dialog window", 0, 0, &do_clear);
    75   cmd_add("clear", "Clear the dialog window", 0, 0, &do_clear);
    76   cmd_add("del", "Delete the current buddy", 0, 0, &do_del);
    76   cmd_add("del", "Delete the current buddy", 0, 0, &do_del);
    77   cmd_add("group", "Change group display settings", COMPL_GROUP, 0, &do_group);
    77   cmd_add("group", "Change group display settings", COMPL_GROUP, 0, &do_group);
    78   cmd_add("help", "Display some help", COMPL_CMD, 0, NULL);
    78   //cmd_add("help", "Display some help", COMPL_CMD, 0, NULL);
    79   cmd_add("info", "Show basic infos on current buddy", 0, 0, &do_info);
    79   cmd_add("info", "Show basic infos on current buddy", 0, 0, &do_info);
    80   cmd_add("move", "Move the current buddy to another group", COMPL_GROUPNAME,
    80   cmd_add("move", "Move the current buddy to another group", COMPL_GROUPNAME,
    81           0, &do_move);
    81           0, &do_move);
    82   cmd_add("msay", "Send a multi-lines message to the selected buddy",
    82   cmd_add("msay", "Send a multi-lines message to the selected buddy",
    83           COMPL_MULTILINE, 0, &do_msay);
    83           COMPL_MULTILINE, 0, &do_msay);