mirror of
https://github.com/jlu5/PyLink.git
synced 2025-03-06 14:30:42 +01:00

Anope 1.8 potentially sends a trailing 'd' after the timestamp, which causes int() to error. This is technically valid in InspIRCd S2S because atoi() ignores non-digit characters, but it's strange behaviour either way: <- :3AX FJOIN #monitor 1485462109d + :,3AXAAAAAK Thansk to @koaxirc for reporting. (cherry picked from commit 663e657bf5a82d9c2d1a1f3e9a02709118dc796b)