Files
meshcore-analyzer/cmd/server
dborupandClaude Sonnet 5 653949479a feat: ping-bot also triggers on "/ping", not just bare "ping"
Trigger check moved from a single string comparison to a small
pingTriggerWords set (mirrored by hand in db.go and channels.js), so
adding more trigger words later is a one-line change in each. Still an
exact match after the existing @mention-stripping -- "/pingx" etc. don't
match.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-23 15:52:08 +02:00
..