From d63f37c78c273bc345daf8c40ce99905212a84a0 Mon Sep 17 00:00:00 2001 From: dequis Date: Sun, 8 Nov 2015 05:16:15 -0300 Subject: IRCv3 extended-join capability Not very useful for the account features (and i won't implement account-notify), but it has a real name field, and it's *really* easy to implement. --- irc_cap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'irc_cap.c') diff --git a/irc_cap.c b/irc_cap.c index 4cfc158b..4d1c2caa 100644 --- a/irc_cap.c +++ b/irc_cap.c @@ -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}, }; -- cgit v1.2.3