schuster / racket-irc

Racket IRC library
MIT License
15 stars 7 forks source link

Fix the PONG response #27

Closed jmiven closed 8 years ago

jmiven commented 8 years ago

The parameter for PONG must be the one received in the PING message (see rfc2812).

Otherwise, some servers (e.g. irc.geeknode.org) refuse to register the user and joining a channel is then impossible.