Partial merge pull request #12 on github from Mirochill/fix-7-10-irc-debug-join-prefix
patch 1ba8d679bed7d5d2294d7094664cbe15b1e4d0db
Author: E. Bosch <presidev@AT@gmail.com>
Date: Wed Jul 8 22:35:04 CEST 2026
* Partial merge pull request #12 on github from Mirochill/fix-7-10-irc-debug-join-prefix
Fix IRC PASS debug log
hunk ./irc.py 158
- self.logger.debug('Handling PASS: %s %s', password)
+ self.logger.debug('Handling PASS: %s', password)