IRC
This is a shipped config-backed outbound surface. Irc relay-loop serve is not implemented yetAt A Glance
| Field | Value |
|---|---|
| Catalog id | irc |
| Config key | irc |
| Implementation status | config_backed |
| Transport | irc_socket |
| Aliases | none |
| Default send target kind | conversation |
Minimal Config
Smoke Test
Command Surface
| Operation | Command | Usage or status |
|---|---|---|
| message send | irc-send | Usage: loong irc-send [OPTIONS] —target <TARGET> —text <TEXT> |
| relay loop | irc-serve | irc relay-loop serve is not implemented yet |
Required Fields For Send
| Requirement | Config paths | Env pointer paths | Default env |
|---|---|---|---|
| channel enabled | irc.enabledirc.accounts.<account>.enabled | none | none |
| server | irc.serverirc.accounts.<account>.server | irc.server_envirc.accounts.<account>.server_env | IRC_SERVER |
| nickname | irc.nicknameirc.accounts.<account>.nickname | irc.nickname_envirc.accounts.<account>.nickname_env | IRC_NICKNAME |
Gateway And Ownership
This surface is a direct-send delivery lane. It does not joinmulti-channel-serve or the gateway-owned reply-loop contract today.
Operator Notes
- IRC stays outbound-only today even though the catalog tracks a future relay-loop surface.
Related Docs
- Continue to Channel Guides for the full shipped channel matrix.
- Continue to Channels for the conceptual surface model.
- Continue to Channel Setup for the shared public setup contract.