Skip to content

feat: allow bots to trigger without mention#217

Closed
the3mi wants to merge 4 commits intoopenabdev:mainfrom
the3mi:feat/toggle-monitored-bot-auto-respond
Closed

feat: allow bots to trigger without mention#217
the3mi wants to merge 4 commits intoopenabdev:mainfrom
the3mi:feat/toggle-monitored-bot-auto-respond

Conversation

@the3mi
Copy link
Copy Markdown
Contributor

@the3mi the3mi commented Apr 11, 2026

Summary

Remove bot-skip logic. Any bot message in an allowed channel can now trigger a response without needing a mention.

Changes

  • src/discord.rs — remove if msg.author.bot { return; } block
  • src/config.rs — remove unused monitored_bot_ids field
  • src/main.rs — remove monitored_bot_ids parsing

OpenClaw Bot added 3 commits April 11, 2026 20:59
- Add auto_respond_from_bots config flag (default: false)
- When false: skip all bot messages (original behavior)
- When true: respond to monitored_bot_ids without mention
Add monitored_bot_ids config. Bots in this list can trigger
responses without needing a mention. Other bots are still skipped.
Remove bot-skip logic. Any bot message in an allowed channel
can now trigger a response without needing a mention.
@the3mi the3mi requested a review from thepagent as a code owner April 11, 2026 13:33
When allow_bot_trigger = true, bot messages can trigger responses
without needing a mention. Default is false (original behavior).
@the3mi the3mi closed this Apr 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant