comparison mcabber/src/commands.c @ 308:70914672c8e7 0.6.3

Ready for 0.6.3 release
author Mikael Berthe <mikael@lilotux.net>
date Tue, 12 Jul 2005 17:36:06 +0100
parents 12f919be3da5
children 29b27c8692ea
comparison
equal deleted inserted replaced
307:566818afee1c 308:70914672c8e7
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");