aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-08-26 00:03:11 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-08-26 00:03:11 +0100
commitad2d8bccb2a27688845d87b59eddff976ade5ef7 (patch)
tree2953d59dbf410f93ea15a1b20f70c55af7dcf9f6 /irc.h
parentbe999a5385ff4e9ac7416de4cca3288f18cee85c (diff)
It compiles, including otr.c. Time to hook it up with the rest again.
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