Add advBBS protocol message filter to router

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Ubuntu 2026-02-23 21:28:20 +00:00
commit 247074afd1
4 changed files with 17 additions and 0 deletions

View file

@ -19,6 +19,7 @@ class BotConfig:
owner: str = ""
respond_to_mentions: bool = True
respond_to_dms: bool = True
filter_bbs_protocols: bool = True
@dataclass