Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kamaln7 opened this issue Jul 23, 2014 · 0 comments
Open

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

kamaln7 opened this issue Jul 23, 2014 · 0 comments
Assignees

Comments

@kamaln7
Copy link
Member

kamaln7 commented Jul 23, 2014

Currently, it is done directly via MongoDB:

db.factoids.update({ /* search criteria */ }, {
    $set: {
        locked: true
    }
});
@kamaln7 kamaln7 self-assigned this Jul 23, 2014
@kamaln7 kamaln7 changed the title [axxim/factoids] Implement factoid (un)locking via IRC [axxim/factoids] Implement factoid (un)locking IRC commands Jul 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant