progval / Limnoria

A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins.
https://docs.limnoria.net/
Other
621 stars 174 forks source link

Factoids locking is broken #1592

Open progval opened 2 months ago

progval commented 2 months ago

Since https://github.com/progval/Limnoria/commit/436d2bade8557111d13a586ab845ed43ff5872c8 , @learn does not check a factoid/key is locked before adding a new factoid.

We should move the locked field back to the keys table then make it check this flag again.

Leo-2425 commented 2 months ago

ah i see. this might take a while to fix.