aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/account.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/account.h')
-rw-r--r--protocols/account.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/account.h b/protocols/account.h
index ddc2b3e7..ed3ca531 100644
--- a/protocols/account.h
+++ b/protocols/account.h
@@ -1,7 +1,7 @@
/********************************************************************\
* BitlBee -- An IRC to other IM-networks gateway *
* *
- * Copyright 2002-2004 Wilmer van der Gaast and others *
+ * Copyright 2002-2013 Wilmer van der Gaast and others *
\********************************************************************/
/* Account management functions */
@@ -68,6 +68,7 @@ typedef enum
{
ACC_FLAG_AWAY_MESSAGE = 0x01, /* Supports away messages instead of just states. */
ACC_FLAG_STATUS_MESSAGE = 0x02, /* Supports status messages (without being away). */
+ ACC_FLAG_HANDLE_DOMAINS = 0x04, /* Contact handles need a domain portion. */
} account_flag_t;
#endif