# HG changeset patch # User Mikael Berthe # Date 1181987547 -7200 # Node ID 58d6e771316469d19d840eb76ba5d4ee1a8ccc79 # Parent 2b7a4d003057b92fcf9b7fae04b90eceb422e544 Complete /status offline diff -r 2b7a4d003057 -r 58d6e7713164 mcabber/src/commands.c --- a/mcabber/src/commands.c Sat Jun 16 11:48:56 2007 +0200 +++ b/mcabber/src/commands.c Sat Jun 16 11:52:27 2007 +0200 @@ -156,6 +156,7 @@ compl_add_category_word(COMPL_STATUS, "dnd"); compl_add_category_word(COMPL_STATUS, "notavail"); compl_add_category_word(COMPL_STATUS, "away"); + compl_add_category_word(COMPL_STATUS, "offline"); // Roster category compl_add_category_word(COMPL_ROSTER, "bottom");