comparison mcabber/src/hbuf.h @ 513:d40c434fff46

Add HBB_PREFIX_NOFLAG A line with this attribute won't trigger a notification flag. This patch adds use of it for joins, leaves, nickname changes and topic changes.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 13 Nov 2005 22:15:19 +0100
parents e4840b288be0
children 8b3db0b555a1
comparison
equal deleted inserted replaced
512:1744664332cd 513:d40c434fff46
18 #define HBB_PREFIX_OUT 2 18 #define HBB_PREFIX_OUT 2
19 #define HBB_PREFIX_STATUS 4 19 #define HBB_PREFIX_STATUS 4
20 #define HBB_PREFIX_AUTH 8 20 #define HBB_PREFIX_AUTH 8
21 #define HBB_PREFIX_INFO 16 21 #define HBB_PREFIX_INFO 16
22 #define HBB_PREFIX_ERR 32 22 #define HBB_PREFIX_ERR 32
23 #define HBB_PREFIX_NOFLAG 64
23 24
24 typedef struct { 25 typedef struct {
25 time_t timestamp; 26 time_t timestamp;
26 guchar flags; 27 guchar flags;
27 char *text; 28 char *text;