aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h3
1 files changed, 3 insertions, 0 deletions
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