diff 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
line wrap: on
line diff
--- 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");