Add support for plugin links (#6386)

Co-authored-by: Nerixyz <nerixdev@outlook.de>
This commit is contained in:
Mm2PL
2025-10-02 20:56:51 +02:00
committed by GitHub
parent 3f05edc071
commit 33f6383122
14 changed files with 190 additions and 16 deletions
@@ -15,7 +15,11 @@
" highlight_color = '#12345678',",
" channel_name = 'channel',",
" elements = {",
" { type = 'text', text = 'aliens walking' }",
" {",
" type = 'text',",
" text = 'aliens walking',",
" link = { type = c2.LinkType.UserInfo, value = 'twitchdev' }",
" }",
" }",
"}"
],
@@ -32,8 +36,8 @@
"color": "Text",
"flags": "Text",
"link": {
"type": "None",
"value": ""
"type": "UserInfo",
"value": "twitchdev"
},
"style": "ChatMedium",
"tooltip": "",