comparison mcabber/src/commands.c @ 1626:055ea3cdbcd3

Fix buggy comment
author Mikael Berthe <mikael@lilotux.net>
date Tue, 20 Oct 2009 22:59:49 +0200
parents 14690e624e9d
children ff22a18abfe6
comparison
equal deleted inserted replaced
1625:e3b93594ee6c 1626:055ea3cdbcd3
241 compl_add_category_word(COMPL_ROSTER, "search"); 241 compl_add_category_word(COMPL_ROSTER, "search");
242 compl_add_category_word(COMPL_ROSTER, "unread_first"); 242 compl_add_category_word(COMPL_ROSTER, "unread_first");
243 compl_add_category_word(COMPL_ROSTER, "unread_next"); 243 compl_add_category_word(COMPL_ROSTER, "unread_next");
244 compl_add_category_word(COMPL_ROSTER, "note"); 244 compl_add_category_word(COMPL_ROSTER, "note");
245 245
246 // Roster category 246 // Buffer category
247 compl_add_category_word(COMPL_BUFFER, "clear"); 247 compl_add_category_word(COMPL_BUFFER, "clear");
248 compl_add_category_word(COMPL_BUFFER, "bottom"); 248 compl_add_category_word(COMPL_BUFFER, "bottom");
249 compl_add_category_word(COMPL_BUFFER, "top"); 249 compl_add_category_word(COMPL_BUFFER, "top");
250 compl_add_category_word(COMPL_BUFFER, "up"); 250 compl_add_category_word(COMPL_BUFFER, "up");
251 compl_add_category_word(COMPL_BUFFER, "down"); 251 compl_add_category_word(COMPL_BUFFER, "down");