#Clawdbot not responding to “wake up, my friend!”
1 messages · Page 1 of 1 (latest)
Found the issue! Looking at the session status:
- Activation: mention ← This is the problem!
- The channel is configured to only respond when Clawdbot is @mentioned
The user needs to either:
- @mention Clawdbot in their message (e.g.,
@Clawdbot wake up, my friend!) - Or change the channel's activation mode to
allorwakeinstead ofmention
You can change this with:
clawdbot channel set 1465958306781724910 --activation wake
Or if they want it to respond to all messages without mentions:
clawdbot channel set 1465958306781724910 --activation all
The collect queue mode is working fine (depth 0 = no pending messages), so the gateway itself is healthy. It's just a configuration thing! 🦐