]> git.openfl.eu Git - twitch-chat.git/commit
add code for all messages
authorFl_GUI <flor.guilini@hotmail.com>
Mon, 13 May 2024 20:11:09 +0000 (22:11 +0200)
committerFl_GUI <flor.guilini@hotmail.com>
Mon, 13 May 2024 20:11:09 +0000 (22:11 +0200)
commitf1e23c2f2b5b0806f025433936d96504d6643574
tree0b3b85a558c8ee00e9314f7380c23956037caadb
parente35c15693683af745ac94e49dccab183c1fbc889
add code for all messages
21 files changed:
twitch/core/clearchat/clearchat.go [new file with mode: 0644]
twitch/core/clearchat/clearchattags.go [new file with mode: 0755]
twitch/core/clearmsg/clearmsg.go [new file with mode: 0644]
twitch/core/commands/commands.go
twitch/core/globaluserstate/globaluserstate.go [new file with mode: 0644]
twitch/core/globaluserstate/globaluserstatetags.go [new file with mode: 0755]
twitch/core/hosttarget/hosttarget.go [new file with mode: 0644]
twitch/core/messages/messages.go
twitch/core/notice/notice.go [new file with mode: 0644]
twitch/core/notice/noticetags.go [new file with mode: 0755]
twitch/core/privmsg/privmsg.go
twitch/core/roomstate/roomstate.go [new file with mode: 0644]
twitch/core/roomstate/roomstatetags.go [new file with mode: 0755]
twitch/core/usernotice/usernotice.go [new file with mode: 0644]
twitch/core/usernotice/usernoticetags.go [new file with mode: 0755]
twitch/core/userstate/userstate.go [new file with mode: 0644]
twitch/core/userstate/userstatetags.go [new file with mode: 0755]
twitch/core/whisper/whisper.go [new file with mode: 0644]
twitch/core/whisper/whispertags.go [new file with mode: 0755]
x/corechatclient/main.go
x/generate/tagprototype/main.go