diff options
author | dequis <dx@dxzone.com.ar> | 2015-12-05 23:34:12 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-12-05 23:34:12 -0300 |
commit | c54bb115aad74f9f59e67ad7996332aabe64b8f8 (patch) | |
tree | b62d6b7ba4adeeb5a9146838494e178b86b8a415 /irc_cap.c | |
parent | f4396c4d16f67cb28effd86a636b9db8fa48821c (diff) |
IRCv3 userhost-in-names capability
Easiest part of ircv3.2
Diffstat (limited to 'irc_cap.c')
-rw-r--r-- | irc_cap.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ static const cap_info_t supported_caps[] = { {"multi-prefix", CAP_MULTI_PREFIX}, {"extended-join", CAP_EXTENDED_JOIN}, {"away-notify", CAP_AWAY_NOTIFY}, + {"userhost-in-names", CAP_USERHOST_IN_NAMES}, {NULL}, }; |