diff mcabber/src/hbuf.h @ 847:e1b7f71b0b1c

Improve readability for some commands Use HBB_PREFIX_NONE in /info, /room names & /room whois.
author Mikael Berthe <mikael@lilotux.net>
date Mon, 08 May 2006 22:38:30 +0200
parents b16acadd7d53
children d0781ca2dd08
line wrap: on
line diff
--- a/mcabber/src/hbuf.h	Sun May 07 16:01:44 2006 +0200
+++ b/mcabber/src/hbuf.h	Mon May 08 22:38:30 2006 +0200
@@ -14,14 +14,15 @@
 #define HBB_FLAG_ALLOC      1
 #define HBB_FLAG_PERSISTENT 2
 
-#define HBB_PREFIX_IN       1
-#define HBB_PREFIX_OUT      2
-#define HBB_PREFIX_STATUS   4
-#define HBB_PREFIX_AUTH     8
-#define HBB_PREFIX_INFO    16
-#define HBB_PREFIX_ERR     32
-#define HBB_PREFIX_NOFLAG  64
-#define HBB_PREFIX_HLIGHT 128
+#define HBB_PREFIX_IN          1
+#define HBB_PREFIX_OUT         2
+#define HBB_PREFIX_STATUS      4
+#define HBB_PREFIX_AUTH        8
+#define HBB_PREFIX_INFO       16
+#define HBB_PREFIX_ERR        32
+#define HBB_PREFIX_NOFLAG     64
+#define HBB_PREFIX_HLIGHT    128
+#define HBB_PREFIX_NONE      256
 
 typedef struct {
   time_t timestamp;