gawel / irc3

plugable irc client library based on python's asyncio with DCC and SASL support
https://irc3.readthedocs.io/
MIT License
208 stars 46 forks source link

KeyError: irc3.plugins.userlist in new_nick #177

Closed TheReverend403 closed 4 years ago

TheReverend403 commented 4 years ago

Title says it all, here's the Sentry issue I just got: https://sentry.io/share/issue/761986578fcc48db93a9df31343d92b2/

gawel commented 4 years ago

That's really weird. And should never happen. Do you have a bit more context ? Like, is it a special user ? The bot has been disconnected ?

TheReverend403 commented 4 years ago

Yeah, tends to happen if some network issue has happened like the bot timing out or a netsplit occurring. I know it's definitely not my code as well because none of my plugins have anything to do with nick change events.