diff options
Diffstat (limited to 'irc_cap.c')
-rw-r--r-- | irc_cap.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ typedef struct { static const cap_info_t supported_caps[] = { {"sasl", CAP_SASL}, {"multi-prefix", CAP_MULTI_PREFIX}, + {"extended-join", CAP_EXTENDED_JOIN}, {NULL}, }; |