about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-02-26 16:12:09 -0500
committerJune McEnroe <june@causal.agency>2022-02-26 16:12:09 -0500
commitdd8e221903cf4f77b3e95bd8ddff111e94e32f61 (patch)
treecfbf91871b8a8799f6d2674e702d3c0155032f4d
parentSpecify commands which depend on caps (diff)
downloadcatgirl-dd8e221903cf4f77b3e95bd8ddff111e94e32f61.tar.gz
catgirl-dd8e221903cf4f77b3e95bd8ddff111e94e32f61.zip
Request twitch.tv/tags capability
-rw-r--r--chat.h3
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)