diff options
author | Patrick Griffis <tingping@tingping.se> | 2016-01-29 15:15:52 -0500 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2016-01-29 15:28:34 -0500 |
commit | 6b62c4738d4b1f5cb1bc70bf58f6a078630e6ef5 (patch) | |
tree | 70e243243ef0626c8d6235e2c5e136d88d713911 /src/common/inbound.c | |
parent | 8da205b0a86c94fabb543ad7f8b37feff2b27842 (diff) |
Add support for twitch.tv/membership
Diffstat (limited to 'src/common/inbound.c')
-rw-r--r-- | src/common/inbound.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/inbound.c b/src/common/inbound.c index 7dc332b3..5f949822 100644 --- a/src/common/inbound.c +++ b/src/common/inbound.c @@ -1730,6 +1730,9 @@ static const char * const supported_caps[] = { /* ZNC */ "znc.in/server-time-iso", "znc.in/server-time", + + /* Twitch */ + "twitch.tv/membership", }; void |