-
Notifications
You must be signed in to change notification settings - Fork 28
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
New filters for improved moderation #9
Comments
If the new Hackbot user is against the TOS, the post could come from the account that issued the command. This shouldn't be a problem for the mods, as they can just give the app permission, and any users who wanted to use these tools could give the app permission themselves. |
I'm also adding @kern Can I get your opinion on these? |
Awesome feature suggestions @gsingh93. Let's knock these out one-by-one and create separate issues for the ones we want to implement:
6 + |
Thanks for the reponse! I really like the My second comment states that we could allow users to give Hackbot permission to post as them (like any other FB app). This satisfies the terms of service. Then anyone who cares enough to help out (and I'm sure there would be a lot of people who'd be willing to) could use the The Any comments on the |
Ah, true. I've spun off each command into separate issues. |
Awesome, sounds great. If I get some time I'll try to knock out some of these commands myself. I'll let you know before I start working on them so we don't step on each others' toes. |
Sounds great, can't wait. :) On Wed, Jul 15, 2015 at 3:09 PM, Gulshan Singh notifications@github.com
|
I have some proposed changes to improve the quality of posts in the main HH group. I'd be happy to implement some or even all of these myself. I wanted to post this issue to get approval and feedback before starting. Here are the changes:
/thread
command. The argument will be a set of predefined keywords explaining why the thread was closed. For example,/thread editor
will close a thread comparing editors. Once a thread is closed, have Hackbot comment on the thread with a predefined message explaining why the thread is being closed. If the argument to the command doesn't exist, Hackbot won't post anything. This is so the mod who closed the thread can give a custom explanation if there is no predefined explanation. A detailed list of what should and shouldn't be allowed can be discussed later./redirect <group>
command. The<group>
argument will be something likepython
, which in this case would cause Hackbot to comment with a link to the HH Python group. Whether this should be followed up with a/thread
will be up to the moderator. Any user can run this command, not just mods./wiki
or/faq
. Using this command will cause Hackbot to comment with a link to some page that answers the most common questions. Hopefully we can knock of all the "What are some good resources for X" questions with this command. Any user can run this command, not just mods./report
command. I think this will be easier than using the builtin FB functionality. Anyone can report a post. Reporting a post will send a notification to all of the mods. This could be useful as there aren't many mods so not all posts are seen, but any user can run/report
on a thread that's becoming an editor war, which will notify the mods to close the thread. While I think this would be convenient, I can think of multiple reasons against it, so feel free to reject it./repost
command. Anyone can use this command. Running this command will make Hackbot post a comment with all of the previous reposts of the same link. Obviously it would be crazy to have Hackbot keep track of all the links posted ever, so this would be limited to some tweakable duration (i.e. all links older than 3 days would be removed from Hackbots cache).The text was updated successfully, but these errors were encountered: