eir
eir copied to clipboard
Privilege system slows down channel joins on startup
Profiling has determined that this is due to the eir computing the bot privset for each user it sees on join.
One proposal to fix this is to defer this operation until a user attempts to interact with the bot, as this is a small subset of the users it will share channels with.