comparison mcabber/src/commands.c @ 1235:58d6e7713164

Complete /status offline
author Mikael Berthe <mikael@lilotux.net>
date Sat, 16 Jun 2007 11:52:27 +0200
parents 2521efbf3b72
children b4ccc5b2a6de
comparison
equal deleted inserted replaced
1234:2b7a4d003057 1235:58d6e7713164
154 compl_add_category_word(COMPL_STATUS, "invisible"); 154 compl_add_category_word(COMPL_STATUS, "invisible");
155 compl_add_category_word(COMPL_STATUS, "free"); 155 compl_add_category_word(COMPL_STATUS, "free");
156 compl_add_category_word(COMPL_STATUS, "dnd"); 156 compl_add_category_word(COMPL_STATUS, "dnd");
157 compl_add_category_word(COMPL_STATUS, "notavail"); 157 compl_add_category_word(COMPL_STATUS, "notavail");
158 compl_add_category_word(COMPL_STATUS, "away"); 158 compl_add_category_word(COMPL_STATUS, "away");
159 compl_add_category_word(COMPL_STATUS, "offline");
159 160
160 // Roster category 161 // Roster category
161 compl_add_category_word(COMPL_ROSTER, "bottom"); 162 compl_add_category_word(COMPL_ROSTER, "bottom");
162 compl_add_category_word(COMPL_ROSTER, "top"); 163 compl_add_category_word(COMPL_ROSTER, "top");
163 compl_add_category_word(COMPL_ROSTER, "up"); 164 compl_add_category_word(COMPL_ROSTER, "up");