-
Notifications
You must be signed in to change notification settings - Fork 20
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
Starboard 2.0 #75
Starboard 2.0 #75
Conversation
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.
Not a full review, but here's some comments
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.
Not a full review, but here's some comments
alright i've made a few changes, mostly commenting. notably:
|
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.
Some additional problems I've found
you can really tell i've spent so much time testing this pre-PR |
After conversations last night, I'm gonna mark this as a draft so it's not accidentally merged. Feel free to close it and start afresh @andrewj-brown |
I'll leave it up; honestly it would have been a draft from the start if I knew anything about Github's UI |
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.
LGTM, but I'll wait for another review as well (probably from @JamesDearlove ).
Some of the terminology (such as "big" and "whitelist"/"blacklist") was a little confusing, so a brief set of definitions at the top or slight name changes may be nice.
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.
LGTM
if modlog is not None: | ||
client.loop.create_task(modlog.send(message)) | ||
else: | ||
message += f" ...And also, I couldn't find #{MODLOG_CHANNEL_NAME} to log this properly." |
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.
Love this!
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.
lgtm. Comments made reading this much easier, nice work
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.
Starboard 2.0, implementing a bunch of stuff I originally ceebs'ed, plus novel features that committee discovered a need for:
Many of these features are only minimally tested. Prior to merging I'll need to get a few other people together in the testing server and make sure it's all fully functional.