mirror of
https://github.com/jlu5/PyLink.git
synced 2025-03-31 04:47:03 +02:00

This fixes race conditions where modes can be set on our joining users (e.g. auto-op by ChanServ), but are promptly erased as relay joins remote users and resets the channel TS. Also, move relayModes() calls back into relayJoins(), with an optional "burst" argument. Closes #102.