Closed gempir closed 2 years ago
You can send multiple joins per JOIN irc message.
See this function https://github.com/gempir/go-twitch-irc/blob/b173bfca87681979eca791b37aacba5f931428dd/client.go#L610
The ratelimiter doesn't take that into account.
When the client isn't connected yet, go-twitch-irc will "cache" the joins and then write one bigger join message.
You can send multiple joins per JOIN irc message.
See this function https://github.com/gempir/go-twitch-irc/blob/b173bfca87681979eca791b37aacba5f931428dd/client.go#L610
The ratelimiter doesn't take that into account.
When the client isn't connected yet, go-twitch-irc will "cache" the joins and then write one bigger join message.