From ad2d8bccb2a27688845d87b59eddff976ade5ef7 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Thu, 26 Aug 2010 00:03:11 +0100 Subject: It compiles, including otr.c. Time to hook it up with the rest again. --- irc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'irc.h') diff --git a/irc.h b/irc.h index 53081fd0..8afdb50b 100644 --- a/irc.h +++ b/irc.h @@ -96,6 +96,9 @@ typedef enum { /* Replaced with iu->last_channel IRC_USER_PRIVATE = 1, */ IRC_USER_AWAY = 2, + + IRC_USER_OTR_ENCRYPTED = 0x10000, + IRC_USER_OTR_TRUSTED = 0x20000, } irc_user_flags_t; typedef struct irc_user -- cgit v1.2.3