-
-
Notifications
You must be signed in to change notification settings - Fork 405
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
db: add methods for values associated with a plugin #1621
Conversation
and depending on PR #1526 , I took the liberty of writing this snippet in advance for consistency. I was not sure if I should include it here, there, or wait until this, and #1526 are merged first.
|
another other concern is if |
Just dropping another note: should probably add to |
In brief:
Longer thoughts: Lacking any reasonable ideas for making the Besides, the existing set/get functions already require passing the nickname or channel, so the way this works now is parallel to how those work anyway. (Yes, I have thought about making the channel-value methods "automatic", too. Not worth it either, lol.) |
efd6be8
to
8425126
Compare
Identifier removed, lower() retained, tests added, squashed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
plugin names are not channels
bab6a7c
to
fe2ee24
Compare
fe2ee24
to
cb53fef
Compare
as per PR #1652 this has been updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same consistency tweaks as #1526, as a start.
2cc2ef2
to
f0a4864
Compare
f0a4864
to
37976fb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few last consistency tweaks to docstrings/comments and we're done!
37976fb
to
9990f65
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated. Enjoy your trip, @deathbybandaid! (Well, as much as you can enjoy a work trip. 😼)
This aims to resolve issue #1501.
The one thing I was uncertain of is if we need to bother using
.lower()
like we do with channels.@dgw edit: Closes #1501