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

Quick pong message fix (1->2 params). #40

Merged
merged 1 commit into from Oct 19, 2017
Merged

Conversation

Lyokovic
Copy link
Contributor

Most servers will send the server name as first parameter of PONG and
the first parameter of the corresponding PING as second parameter.

This quick fix adds a second parameter and sets the first one to a
hardcoded string "ocaml-irc-client".

Fixes #38

@Lyokovic Lyokovic force-pushed the fix-pong branch 2 times, most recently from 72298cf to e1ebff2 Compare October 19, 2017 14:38
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.4%) to 44.811% when pulling 72298cf on Lyokovic:fix-pong into 8744e27 on johnelse:master.

Most servers will send the server name as first parameter of PONG and
the first parameter of the corresponding PING as second parameter.

This quick fix adds a second parameter and sets the first one to a
hardcoded string "ocaml-irc-client" when sending pongs.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.4%) to 44.811% when pulling 72298cf on Lyokovic:fix-pong into 8744e27 on johnelse:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.4%) to 44.811% when pulling e1ebff2 on Lyokovic:fix-pong into 8744e27 on johnelse:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.4%) to 44.811% when pulling 6259c9b on Lyokovic:fix-pong into 8744e27 on johnelse:master.

@Lyokovic
Copy link
Contributor Author

Wow, sorry for all those pushes.

@johnelse
Copy link
Owner

No problem, thanks for the fix!

@johnelse johnelse merged commit cd56745 into johnelse:master Oct 19, 2017
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

Successfully merging this pull request may close these issues.

PONG command expects only one parameter
3 participants