fedora-infra / supybot-fedora

Fedora plugin for Supybot
20 stars 23 forks source link

fix caching #77

Closed ryanlerch closed 3 years ago

ryanlerch commented 3 years ago

previously, we used list_all_entities which was slow, and caused the stg fasjson to give a 500, since list_users() gives us everything we need, we now use that instead.

Also, add some checks and backups if the IRC nicks list is None. which is the case if a user has not defined an IRC nick

Signed-off-by: Ryan Lerch rlerch@redhat.com