diff mcabber/src/jabglue.h @ 277:4d7040cff8ee

Remove busy/occupied status, which does not really exist
author Mikael Berthe <mikael@lilotux.net>
date Tue, 05 Jul 2005 20:48:44 +0100
parents 7f2e61392b2e
children 871e53769084
line wrap: on
line diff
--- a/mcabber/src/jabglue.h	Mon Jul 04 12:55:54 2005 +0100
+++ b/mcabber/src/jabglue.h	Tue Jul 05 20:48:44 2005 +0100
@@ -16,7 +16,7 @@
 extern jconn jc;
 
 extern char imstatus2char[];
-// Status chars: '_', 'o', 'i', 'f', 'd', 'c', 'n', 'a'
+// Status chars: '_', 'o', 'i', 'f', 'd', 'n', 'a'
 
 enum imstatus {
     offline,
@@ -24,7 +24,6 @@
     invisible,
     freeforchat,
     dontdisturb,
-    occupied,
     notavail,
     away,
     imstatus_size