patch ec512178f7ed832b1c27969506ffe07b1a6eb2ac
Author: E. Bosch <presidev@AT@gmail.com>
Date: Sun Feb 14 01:37:19 CET 2021
* irc: Fix not channel found reply call in JOIN command
hunk ./irc.py 168
- await reply_code(user, 'ERR_NOSUCHCHANNEL', (channel,))
+ await self.reply_code(user, 'ERR_NOSUCHCHANNEL', (channel,))