summary refs log tree commit diff stats
path: root/src/common/inbound.c
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2021-05-24 01:32:00 +0100
committerGitHub <noreply@github.com>2021-05-23 19:32:00 -0500
commitc06f6f2565513089462ba2c627457e66ff637be9 (patch)
treee5fc6119a2031d5e0405224bd0e7f0a4e9856c84 /src/common/inbound.c
parente4fd69e3d4ec2eb707a693ea69b8e14181249d0a (diff)
Implement support for the IRCv3 invite-notify specification. (#2574)
Diffstat (limited to 'src/common/inbound.c')
-rw-r--r--src/common/inbound.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/inbound.c b/src/common/inbound.c
index a7cf51a4..3a26dce9 100644
--- a/src/common/inbound.c
+++ b/src/common/inbound.c
@@ -1725,6 +1725,7 @@ static const char * const supported_caps[] = {
 	"cap-notify",
 	"chghost",
 	"setname",
+	"invite-notify",
 
 	/* ZNC */
 	"znc.in/server-time-iso",