flackr / circ

An IRC packaged chrome app
BSD 3-Clause "New" or "Revised" License
387 stars 79 forks source link

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

Open normanr opened 5 years ago

normanr commented 5 years ago

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

https://github.com/flackr/circ/blob/c1482890885228d2c5804a512e7d3bcae9bcf1bc/package/bin/irc/ctcp_handler.js#L86

should be

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