No description
Find a file
Kumi dc73ef6700
feat: add room shutdown functionality with custom messages
Introduced the ability to shutdown rooms with an optional purge option.
Users can now specify custom shutdown titles and messages. This enhances
the bot's ability to handle content violations more effectively and
communicate actions clearly to users.

- Added shutdown_title and shutdown_message parameters.
- Implemented shutdown_room method to manage room shutdowns.
- Updated command handler to recognize "!roomba shutdown" with "--purge".
2024-08-09 11:42:26 +02:00
.gitignore feat: add RoombaBot for blocking/unblocking Matrix rooms 2024-08-07 10:28:30 +02:00
bot.py feat: add room shutdown functionality with custom messages 2024-08-09 11:42:26 +02:00
config.dist.yaml feat: add Pantalaimon support for encrypted rooms 2024-08-09 11:01:58 +02:00
requirements.txt feat: add RoombaBot for blocking/unblocking Matrix rooms 2024-08-07 10:28:30 +02:00