comparison mcabber/src/commands.c @ 310:29b27c8692ea

Post-0.6.3 changes
author Mikael Berthe <mikael@lilotux.net>
date Tue, 12 Jul 2005 18:23:09 +0100
parents 70914672c8e7
children 65aa05520556 45076d02eeef
comparison
equal deleted inserted replaced
309:27a29dc72d25 310:29b27c8692ea
98 cmd_add("roster", "Manipulate the roster/buddylist", COMPL_ROSTER, 0, 98 cmd_add("roster", "Manipulate the roster/buddylist", COMPL_ROSTER, 0,
99 &do_roster); 99 &do_roster);
100 cmd_add("say", "Say something to the selected buddy", 0, 0, &do_say); 100 cmd_add("say", "Say something to the selected buddy", 0, 0, &do_say);
101 //cmd_add("search"); 101 //cmd_add("search");
102 //cmd_add("send_auth"); 102 //cmd_add("send_auth");
103 //cmd_add("set", "Set/query an option value", 0, 0, &do_set); 103 cmd_add("set", "Set/query an option value", 0, 0, &do_set);
104 cmd_add("status", "Show or set your status", COMPL_STATUS, 0, &do_status); 104 cmd_add("status", "Show or set your status", COMPL_STATUS, 0, &do_status);
105 105
106 // Status category 106 // Status category
107 compl_add_category_word(COMPL_STATUS, "online"); 107 compl_add_category_word(COMPL_STATUS, "online");
108 compl_add_category_word(COMPL_STATUS, "avail"); 108 compl_add_category_word(COMPL_STATUS, "avail");