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

CTCP PING reply MUST contain exactly the same parameters as the original query #432

Open
normanr opened this issue Mar 11, 2019 · 0 comments

Comments

@normanr
Copy link

normanr commented Mar 11, 2019

ref: https://tools.ietf.org/id/draft-oakley-irc-ctcp-01.html#ping

return [' ' + args[0]];

should be

return [' ' + args.join(' ')];
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

1 participant