chore(sync): mirror docs from openclaw/openclaw@6f5ba51f74

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-05 12:27:40 +00:00
parent 7b1f9386dc
commit dac2e288d1
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "fc9648b6201b80909fbec5054c95d31fb18f77df",
"syncedAt": "2026-04-05T12:05:28.884Z"
"sha": "6f5ba51f7409f80ee4bb2a57a2b870845ad36fcd",
"syncedAt": "2026-04-05T12:27:40.196Z"
}

View File

@ -21,7 +21,7 @@ IRC ships as an extension plugin, but it is configured in the main config under
channels: {
irc: {
enabled: true,
host: "irc.libera.chat",
host: "irc.example.com",
port: 6697,
tls: true,
nick: "openclaw-bot",
@ -31,6 +31,8 @@ IRC ships as an extension plugin, but it is configured in the main config under
}
```
Prefer a private IRC server for bot coordination. If you intentionally use a public IRC network, common choices include Libera.Chat, OFTC, and Snoonet. Avoid predictable public channels for bot or swarm backchannel traffic.
3. Start/restart gateway:
```bash