go-twitch-irc icon indicating copy to clipboard operation
go-twitch-irc copied to clipboard

go irc client for twitch.tv

Results 12 go-twitch-irc issues
Sort by recently updated
recently updated
newest added

Hey!! 👋 👋 The `client.Join` request is a non-blocking request, so there's no way of knowing when it is over (being either successful or not). I'd like to know that...

The client should provide a way to limit the amount of messages to be sent. The join ratelimiter already laid the groundwork for this implementation. The idea is to have...

Currently go-twitch-irc uses 1 connection to read mesasges from TMI and write message to TMI. It is rarely recommended to go above 100 channels on a single connection. This brings...

enhancement

A user was having issues with tcp tials and i/o timeouts, those could maybe be handled more gracefully by go-twitch-irc and retry better. ``` time="2021-04-08T06:55:29Z" level=fatal msg="dial tcp: lookup irc.chat.twitch.tv...

Add a function that returns the responses from `/vips` and `/mods`

https://github.com/gempir/go-twitch-irc/blob/1ea7808b29d47893ee3a0081c9885b3ea2cfeeba/test_resources/irctests.json#L205-L215 In this test, the expected output for the parameters is `[""]` (single element list, holding an empty string). I think the IRC spec disagrees on this: https://tools.ietf.org/html/rfc2812#section-2.3.1 relevant part:...

bug
Hacktoberfest
good-first-issue

test cases: ` @badge-info=subscriber/53;badges=broadcaster/1,subscriber/48,partner/1;color=#CC44FF;display-name=pajlada;emotes=80481:6-10/93547:12-19;flags=;id=6259eb39-48c7-452e-889c-e9305f08cdb7;mod=0;room-id=11148817;subscriber=1;tmi-sent-ts=1589641611227;turbo=0;user-id=11148817;user-type= :[email protected] PRIVMSG #pajlada :-tags pajaW pajaCool` 2 emotes, pajaW and pajaCool ` @badge-info=subscriber/53;badges=broadcaster/1,subscriber/48,partner/1;color=#CC44FF;display-name=pajlada;emotes=80481:16-20/496:22-23/emotesv2_56124b6ee48c47778de1a922e93d7848:6-14;flags=;id=63cac648-b4ed-42d5-925e-8baa50dcd9bf;mod=0;room-id=11148817;subscriber=1;tmi-sent-ts=1589641615436;turbo=0;user-id=11148817;user-type= :[email protected] PRIVMSG #pajlada :-tags pajaPants pajaW :D` 2 emotes, pajaPants and pajaW (pajaPants...

Hacktoberfest
good-first-issue

https://dev.twitch.tv/docs/irc/tags#privmsg-tags Closes #187