We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ca8c401 sets the requested capabilities to nil on enter, thus overwriting any and all user requested capabilities.
The text was updated successfully, but these errors were encountered:
Can confirm. Tested with Twitch's "Tags" capability.
Sorry, something went wrong.
That's still true with latest release.
This workaround works for me, but not sure that the correct approach is, or why the flags get reset?
diff --git a/irc.go b/irc.go index a02b2b7..5e3dc10 100644 --- a/irc.go +++ b/irc.go @@ -510,7 +510,6 @@ func (irc *Connection) Connect(server string) error { // Negotiate IRCv3 capabilities func (irc *Connection) negotiateCaps() error { - irc.RequestCaps = nil irc.AcknowledgedCaps = nil var negotiationCallbacks []CallbackID
No branches or pull requests
ca8c401 sets the requested capabilities to nil on enter, thus overwriting any and all user requested capabilities.
The text was updated successfully, but these errors were encountered: