modubot / modubot.js

Modubot: the scalable and extensible IRC bot.
https://modubot.net
BSD 3-Clause "New" or "Revised" License
19 stars 3 forks source link

[axxim/factoids] Implement factoid (un)locking IRC commands #46

Open kamaln7 opened 10 years ago

kamaln7 commented 10 years ago

Currently, it is done directly via MongoDB:

db.factoids.update({ /* search criteria */ }, {
    $set: {
        locked: true
    }
});