irc: In TOPIC and JOIN commands fix bad use of entity cache, was producing
patch 2de0ad1de382e090f44ded877cd0f66bcf257165
Author: E. Bosch <presidev@AT@gmail.com>
Date: Sun Jan 30 21:50:58 CET 2022
* irc: In TOPIC and JOIN commands fix bad use of entity cache, was producing
wrong topic result
hunk ./irc.py 284
- await self.irc_channel_topic(user, real_chan)
+ await self.irc_channel_topic(user, real_chan, [None])
hunk ./irc.py 486
- async def irc_channel_topic(self, user, channel, entity_cache=[None]):
+ async def irc_channel_topic(self, user, channel, entity_cache):