diff options
author | June McEnroe <june@causal.agency> | 2022-02-26 16:12:09 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-02-26 16:12:09 -0500 |
commit | dd8e221903cf4f77b3e95bd8ddff111e94e32f61 (patch) | |
tree | cfbf91871b8a8799f6d2674e702d3c0155032f4d | |
parent | Specify commands which depend on caps (diff) | |
download | catgirl-dd8e221903cf4f77b3e95bd8ddff111e94e32f61.tar.gz catgirl-dd8e221903cf4f77b3e95bd8ddff111e94e32f61.zip |
Request twitch.tv/tags capability
-rw-r--r-- | chat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat.h b/chat.h index 1c46f00..6c2734f 100644 --- a/chat.h +++ b/chat.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 C. McEnroe <june@causal.agency> +/* Copyright (C) 2020 June McEnroe <june@causal.agency> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -178,6 +178,7 @@ extern struct Network { X("sasl", CapSASL) \ X("server-time", CapServerTime) \ X("setname", CapSetname) \ + X("twitch.tv/tags", CapTwitchTags) \ X("userhost-in-names", CapUserhostInNames) \ X("znc.in/self-message", CapSelfMessage) |