-
Notifications
You must be signed in to change notification settings - Fork 1
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
Remember warning reasons #2
Comments
If this feature is required for your use case consider using the Sahnee Bot which supports this: https://sahnee.dev/en/sahnee-bot-en/ |
Basically, what you have to do:
|
I decided against getting a database to store user data since the bot is hosted on a small raspberry pi 1 meter next to me. I don't really want to deal with the privacy implication of storing any user data. |
If you just make it clear how the data is stored, and setup a firewall on the Rasberry Pi. It will be fine, do not allow connections that aren't on the same IP as it. And ensure you do not leak the data yourself. |
Feel free to send in a PR with the features if you need them. :) But since this bot is no longer actively developed by me in my free time (my efforts lie on the Sahnee bot and other products) I am unlikely to put additional time and legal precautions into it. |
Add a way to track the reasons for user warnings.
This allows to later see all reasons why a user has been warned before.
The text was updated successfully, but these errors were encountered: