diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-26 00:03:11 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-26 00:03:11 +0100 |
commit | ad2d8bccb2a27688845d87b59eddff976ade5ef7 (patch) | |
tree | 2953d59dbf410f93ea15a1b20f70c55af7dcf9f6 /irc.h | |
parent | be999a5385ff4e9ac7416de4cca3288f18cee85c (diff) |
It compiles, including otr.c. Time to hook it up with the rest again.
Diffstat (limited to 'irc.h')
-rw-r--r-- | irc.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |