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

[FEATURE] command to dump IDs of users that match pattern #304

Open
eepykate opened this issue Dec 5, 2021 · 2 comments
Open

[FEATURE] command to dump IDs of users that match pattern #304

eepykate opened this issue Dec 5, 2021 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed Moderation Related to mod actions with the bot Priority: Medium

Comments

@eepykate
Copy link
Contributor

eepykate commented Dec 5, 2021

linked with #305, shouldn't be too hard to do the other if one is made, would just like one that doesn't instantly ban the users (ie the pattern might be a bit fuzzy and you wanna avoid false positives)

mod gives patterns, bot gets ids that match, and prints them

example patterns:

  • joined between 2 time periods
  • account was made between 2 time periods
  • has X-Y amount of joins
  • has X-Y amount of non-join messages
  • is current member (or has left)
  • has non-default pfp
  • username (regex)

you should be able to use as many or as few of these as you want.

@eepykate eepykate added enhancement New feature or request Moderation Related to mod actions with the bot labels Dec 5, 2021
@eepykate eepykate added the help wanted Extra attention is needed label Dec 5, 2021
@eepykate
Copy link
Contributor Author

eepykate commented Dec 5, 2021

might be a good idea to print that non-id info too instead of just using it to filter.

@elkowar
Copy link
Contributor

elkowar commented Dec 5, 2021

We could look at some embedded Scripting lang (Lua or some more well suited query lang) then pipe a dump of all user data through a query provided in the command. Figuring out some sexy command api for this otherwise seems difficult, but just relying on existing stuff would be pretty basic I reckon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed Moderation Related to mod actions with the bot Priority: Medium
Projects
None yet
Development

No branches or pull requests

2 participants