3 Commits

Author SHA1 Message Date
EchoZenith
819062ae02 Feat/ban user support (#5)
* feat: add /ban command to blacklist users

- Create 'blacklist' table in database to store banned user IDs.
- Implement handle_ban to blacklist users by replying to their messages.
- Add check in handle_message to intercept messages from banned users.

* feat: add /unban command to restore user communication

- Implement handle_unban to remove user IDs from the blacklist.
- Allow admins to restore communication by replying to historic
  messages.

* docs: update README.md
2026-02-01 02:45:30 +08:00
EchoZenith
37ac5383cb docs: fix typo in README 2026-01-25 20:14:36 +08:00
EchoZenith
4941ce2452 docs: create README.md 2026-01-25 20:05:09 +08:00