mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-03-30 12:05:38 +00:00
- Introduced `filter_profanity` configuration option in `config.ini.example` to handle profanity in bridged messages: options include `drop` (default), `censor`, or `off`. - Updated `requirements.txt` to include `better-profanity` for profanity filtering functionality. - Enhanced `DiscordBridgeService` and `TelegramBridgeService` to implement the profanity filter logic, allowing messages with profanity to be dropped or censored before bridging. - Updated documentation in `discord-bridge.md` and `telegram-bridge.md` to reflect the new profanity handling feature.