]> git.openfl.eu Git - twitch-chat.git/commit
generate all messages
authorFl_GUI <flor.guilini@hotmail.com>
Sat, 18 May 2024 14:51:25 +0000 (16:51 +0200)
committerFl_GUI <flor.guilini@hotmail.com>
Sat, 18 May 2024 14:51:25 +0000 (16:51 +0200)
commit7781e8e4594f45bdbc157c95311a8e5a82bde518
tree8c57214a341fe2d45f99b49ef112a75b9bb1cd8c
parentf1e23c2f2b5b0806f025433936d96504d6643574
generate all messages
40 files changed:
twitch/core/auth.go
twitch/core/clearchat/clearchat.go [deleted file]
twitch/core/clearchat/clearchattags.go [deleted file]
twitch/core/clearchat/message.go [new file with mode: 0644]
twitch/core/clearmsg/clearmsg.go [deleted file]
twitch/core/clearmsg/message.go [new file with mode: 0644]
twitch/core/globaluserstate/globaluserstate.go [deleted file]
twitch/core/globaluserstate/globaluserstatetags.go [deleted file]
twitch/core/globaluserstate/message.go [new file with mode: 0644]
twitch/core/hosttarget/hosttarget.go [deleted file]
twitch/core/hosttarget/message.go [new file with mode: 0644]
twitch/core/join.go
twitch/core/messages.go [new file with mode: 0644]
twitch/core/messages/join.go
twitch/core/notice/errors.go [moved from twitch/core/messages/notice.go with 61% similarity]
twitch/core/notice/message.go [new file with mode: 0644]
twitch/core/notice/notice.go [deleted file]
twitch/core/notice/noticetags.go [deleted file]
twitch/core/privmsg/message.go [new file with mode: 0644]
twitch/core/privmsg/privmsg.go [deleted file]
twitch/core/privmsg/privmsgtags.go [deleted file]
twitch/core/reconnect/message.go [new file with mode: 0644]
twitch/core/roomstate/message.go [new file with mode: 0644]
twitch/core/roomstate/roomstate.go [deleted file]
twitch/core/roomstate/roomstatetags.go [deleted file]
twitch/core/usernotice/message.go [new file with mode: 0644]
twitch/core/usernotice/usernotice.go [deleted file]
twitch/core/usernotice/usernoticetags.go [deleted file]
twitch/core/userstate/message.go [new file with mode: 0644]
twitch/core/userstate/userstate.go [deleted file]
twitch/core/userstate/userstatetags.go [deleted file]
twitch/core/whisper/message.go [new file with mode: 0644]
twitch/core/whisper/whisper.go [deleted file]
twitch/core/whisper/whispertags.go [deleted file]
x/corechatclient/main.go
x/generate/message/clearchat/message.go [new file with mode: 0644]
x/generate/message/convert.go [new file with mode: 0644]
x/generate/message/convert_test.go [new file with mode: 0644]
x/generate/message/generateMessage.go [new file with mode: 0644]
x/generate/message/main.go [new file with mode: 0644]