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

Previously, the Irc.reply_lock check was in the reply() function itself: replacing it with another function checking for the same lock would delay execution, but then run the wrong reply() code if another module used irc.reply() while 'remote' was executing.