From dd8e221903cf4f77b3e95bd8ddff111e94e32f61 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 26 Feb 2022 16:12:09 -0500 Subject: Request twitch.tv/tags capability --- chat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +/* Copyright (C) 2020 June McEnroe * * 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) -- cgit 1.4.1