hermes - 💡(How to fix) Fix [Feature]: Add observe_unmentioned_group_messages to IRC platform [1 pull requests]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Fix Action

Fixed

Code Example

whatsapp:
  require_mention: true
  observe_unmentioned_group_messages: true

---
RAW_BUFFERClick to expand / collapse

Problem or Use Case

Feature Description

Add observe_unmentioned_group_messages support to the IRC platform adapter, similar to the existing Telegram implementation.

Motivation

Currently, IRC has a binary choice:

  • IRC_ALLOW_ALL_USERS: false — agent only receives triggered messages (no context awareness)
  • IRC_ALLOW_ALL_USERS: true — agent receives ALL messages (tends to respond inappropriately)

Use case 1: IRC channel bots in group that need to:

  1. See all channel messages for context awareness
  2. Only respond when explicitly triggered

Use case 2: In an IRC channel, describe a long concept through several lines, and only mention bot in the end:

  1. See all channel messages for context awareness
  2. Only respond when explicitly triggered

Use case 3: In an IRC channel, multiple users chat; simply ask at one point the bot to summarize the conclusions, agreements:

  1. See all channel messages for context awareness
  2. Only respond when explicitly triggered

Proposed Solution

Proposed Solution

Mirror the Telegram implementation:

whatsapp:
  require_mention: true
  observe_unmentioned_group_messages: true

Related

  • Telegram: gateway/platforms/telegram.py_should_observe_unmentioned_group_message

Alternatives Considered

Alternatively

This could be a usable feature for all other messaging platform as well, some of the functionality possibly moved out to BasePlatformAdapter is worth considering?

Feature Type

Gateway / messaging improvement

Scope

Small (single file, < 50 lines)

Contribution

  • I'd like to implement this myself and submit a PR

Debug Report (optional)

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING