You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some libraries parse tags like followers-only and slow to numbers without checking for an empty string, causing an error to be thrown
To Reproduce
Open irc connection and join a channel
Expected behavior
If followers-only is disabled, -1 should be sent, not empty string
If slow mode is disabled, it would be nice if 0 was sent instead of an empty string
etc.
The text was updated successfully, but these errors were encountered:
Describe the bug
fdgt sends:
Twitch would send:
Some libraries parse tags like
followers-only
andslow
to numbers without checking for an empty string, causing an error to be thrownTo Reproduce
Open irc connection and join a channel
Expected behavior
If followers-only is disabled,
-1
should be sent, not empty stringIf slow mode is disabled, it would be nice if
0
was sent instead of an empty stringetc.
The text was updated successfully, but these errors were encountered: