3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-02-23 08:50:44 +01:00
PyLink/protocols
James Lu ab1a946364 proto/inspircd: fix ping reply syntax
Although InspIRCd doesn't seem to care, the correct PONG syntax is:

-> :<our sid> PONG <our sid> <their sid>,

and not

-> :<our sid> PONG <our sid>,

which was used prior to this commit.
2015-06-21 15:04:19 -07:00
..