relay: fix comment

This commit is contained in:
Sébastien Helleu 2016-02-04 20:40:37 +01:00
parent 02bcee02e9
commit fee26b9c54

View File

@ -515,8 +515,7 @@ relay_client_recv_cb (void *arg_client, int fd)
*
* "A Pong frame MAY be sent unsolicited. This serves as a
* unidirectional heartbeat. A response to an unsolicited
* Pong
* frame is not expected."
* Pong frame is not expected."
*/
return WEECHAT_RC_OK;
}