fix(irc): replace Libera.Chat default examples with neutral IRC server guidance - #61194
Closed
kyssta-exe wants to merge 1 commit into
Closed
fix(irc): replace Libera.Chat default examples with neutral IRC server guidance#61194kyssta-exe wants to merge 1 commit into
kyssta-exe wants to merge 1 commit into
Conversation
…r guidance (NousResearch#61181) Libera.Chat has a policy prohibiting LLM-driven autonomous clients. The IRC plugin's documentation and config examples recommended Libera.Chat as the default server, causing users to inadvertently violate network policies. Changes: - Replace all irc.libera.chat example references with irc.example.net - Add prominent warning in the IRC docs about public network policies - Suggest running a local IRCd (e.g. Ergo via Docker) for production - Add warning to the interactive hermes gateway setup flow - Update test fixtures to use irc.example.net instead
tonydwb
reviewed
Jul 9, 2026
tonydwb
left a comment
There was a problem hiding this comment.
Code Review Summary
Verdict: Approved
Looks Good
- Replaces Libera.Chat-specific default with neutral IRC server guidance in the IRC adapter
- Scoped fix, no side effects
- No security concerns
This was referenced Jul 9, 2026
Contributor
|
Thanks for the focused IRC guidance correction. No substantive correctness or completeness problems were found: current main still contains the Libera.Chat recommendations at This is an automated hermes-sweeper review. |
Contributor
Author
|
Stale — no merge activity for 4-6 days. Can resubmit if still needed. |
4 tasks
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes #61181.
Libera.Chat has a policy prohibiting LLM-driven autonomous clients. The IRC plugin's documentation, config examples, and interactive setup flow all recommended
irc.libera.chatas the default server, causing users to inadvertently violate network policies.Changes
irc.libera.chattoirc.example.netwith a note to check docs about public network policieshermes gateway setup)irc.example.netinstead ofirc.libera.chatTesting
All changes are to documentation strings, example strings, and test fixtures — no runtime logic was modified. The IRC plugin continues to function identically regardless of what server the user configures.