Releases: gempir/go-twitch-irc
Releases · gempir/go-twitch-irc
v2.7.0
- Respect join ratelimits #160
- This change is a bit breaking since it will now use the default ratelimits from twitch and might cause your joins to be slower
- Use SetRatelimiter with the factory methods CreateVerifiedRateLimiter or CreateUnlimitedRateLimiter to change the limits
v2.5.0
- New functions
client.FollowersOn
and client.FollowersOff
thanks to @cocap10
v2.4.2
- fix a race condition in
handleNamesMessage
Relevant issue: #142
Relevant PR: #143
v2.4.1
- more carefully parse emotes, some special modified emotes could crash the emote parser (repeat)
Relevant issue: #140
Relevant PR: #141
v2.4.0
- GLOBALUSERSTATE message support #136 issue: #98
v2.3.1
- more carefully parse emotes, some special modified emotes could crash the emote parser
v2.3.0
- new constructor to create an anonymous client without writing functionality
v2.2.2 (Bugfix release)
- Parse out a nickname if available in IRC message (#110) @bamnet
- Fix go-twitch-irc not rejoining channels properly upon reconnecting (#116) @pajlada