Skip to content
New issue

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

IRC Connection Reply 004 incorrect #38

Closed
quentinxs opened this issue Dec 21, 2012 · 1 comment
Closed

IRC Connection Reply 004 incorrect #38

quentinxs opened this issue Dec 21, 2012 · 1 comment

Comments

@quentinxs
Copy link

Upon connection the server sends the following message (among others) to the connecting client:

004: tmi.twitch.tv 0.0.1 w n

The message states that the server supports users as Wallops and that no external messages can be sent to channels. The server may support these, but that's not my concern; my concern is what modes are left out of the message. For example, the server supports mode o (users becoming channel operators) and possibly many others.

On a side note: These could also be added into a 005 RPL_ISUPPORT response, which helps newer clients interact with a server and determine its limitations on the user, such as max # of channels one can join.

@mpoon
Copy link
Contributor

mpoon commented Mar 11, 2013

Not API related. help.twitch.tv can help you with this feedback.

@mpoon mpoon closed this as completed Mar 11, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants