-
Notifications
You must be signed in to change notification settings - Fork 4
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
Trailing space in CAP NAK #54
Comments
Note: git blame says: 45b0c5f |
If mIRC's fixed their client, we can take that out. We'll do some testing and see if it's still required! |
I think this is breaking ZNC as when I connect I see:
And when I run
|
No, sorry, I missed the "NAK" in the tittle, I am opening a separate issue. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the end of
CAP NAK
responses, Mammon adds a trailing space:mammon/mammon/capability.py
Line 101 in ab9a4e3
mammon/mammon/capability.py
Line 126 in ab9a4e3
Why?
Also, the spec states “The argument of the NAK subcommand MUST consist of at least the first 100 characters of the capability list in the REQ subcommand which triggered the NAK.”, and this space is not in the original message, so to my understanding, this is invalid.
The text was updated successfully, but these errors were encountered: