Skip to content

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

Description

@normanr

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

return [' ' + args[0]];

should be

return [' ' + args.join(' ')];

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions