From 94d5da9cc78a89b6292d53c7784a3076500d67e2 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 18 Jul 2010 23:12:19 +0100 Subject: One of the last few things I wanted to get done in this branch: combining show_offline and away_devoice and possibly other ideas into one setting called show_users. Documentation will come soon. :-P --- irc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'irc.h') diff --git a/irc.h b/irc.h index 1d5bd113..69f9dfd0 100644 --- a/irc.h +++ b/irc.h @@ -179,6 +179,7 @@ typedef enum IRC_CHANNEL_USER_OP = 1, IRC_CHANNEL_USER_HALFOP = 2, IRC_CHANNEL_USER_VOICE = 4, + IRC_CHANNEL_USER_NONE = 8, } irc_channel_user_flags_t; typedef struct irc_channel_user @@ -202,6 +203,7 @@ struct irc_control_channel struct bee_group *group; struct account *account; struct prpl *protocol; + char modes[4]; }; extern const struct bee_ui_funcs irc_ui_funcs; -- cgit v1.2.3