3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-04-04 06:47:55 +02:00
PyLink/protocols
James Lu d5eb01b724 protocols: move handle_pong into ircs2s_common, be less strict about the ping argument
This fixes issues on UnrealIRCd where PONGs get ignored if the argument doesn't match the server name entirely (e.g. different case).
Treating all PONGs from the uplink as valid is totally fine, as all we care about is that the uplink is alive.

(cherry picked from commit 38350465c1dcc3f45fafc5706aaacb37e534b9bb)
2017-01-01 20:28:26 -08:00
..