aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2015-12-05 23:34:12 -0300
committerdequis <dx@dxzone.com.ar>2015-12-05 23:34:12 -0300
commitc54bb115aad74f9f59e67ad7996332aabe64b8f8 (patch)
treeb62d6b7ba4adeeb5a9146838494e178b86b8a415 /irc.h
parentf4396c4d16f67cb28effd86a636b9db8fa48821c (diff)
IRCv3 userhost-in-names capability
Easiest part of ircv3.2
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc.h b/irc.h
index 9374473c..350719f5 100644
--- a/irc.h
+++ b/irc.h
@@ -71,6 +71,7 @@ typedef enum {
CAP_MULTI_PREFIX = (1 << 1),
CAP_EXTENDED_JOIN = (1 << 2),
CAP_AWAY_NOTIFY = (1 << 3),
+ CAP_USERHOST_IN_NAMES = (1 << 4),
} irc_cap_flag_t;
struct irc_user;