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

Commits on Oct 19, 2017

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

    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.
    Lyokovic committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    6259c9b View commit details
    Browse the repository at this point in the history