]> git.openfl.eu Git - twitch-chat.git/commit
twitch core implementation
authorFl_GUI <flor.guilini@hotmail.com>
Thu, 9 May 2024 16:57:31 +0000 (18:57 +0200)
committerFl_GUI <flor.guilini@hotmail.com>
Thu, 9 May 2024 16:57:31 +0000 (18:57 +0200)
commitbd8dfa1be5089d11e159cb664e476ddfec03b9d4
tree0b12c59f40e613a137dd1c478a0944492b558aa5
parent1cd7ef91871a06a14b95c6acf9a383669929d75c
twitch core implementation
15 files changed:
twitch/core/auth.go [new file with mode: 0644]
twitch/core/capabilities.go [new file with mode: 0644]
twitch/core/commands/commands.go [new file with mode: 0644]
twitch/core/connection.go [new file with mode: 0644]
twitch/core/errors.go [new file with mode: 0644]
twitch/core/join.go [new file with mode: 0644]
twitch/core/messages/acknak.go [new file with mode: 0644]
twitch/core/messages/auth.go [new file with mode: 0644]
twitch/core/messages/capability.go [new file with mode: 0644]
twitch/core/messages/join.go [new file with mode: 0644]
twitch/core/messages/messages.go [new file with mode: 0644]
twitch/core/messages/notice.go [new file with mode: 0644]
twitch/core/messages/ping.go [new file with mode: 0644]
twitch/core/pingpong.go [new file with mode: 0644]
twitch/core/readerwritercloser.go [new file with mode: 0644]