Channel Setup - IRC
Official Links
Server Provisioning
- Confirm IRC host/port and auth requirements.
- Reserve bot nick.
- Choose channels to auto-join (comma-separated).
- If required, prepare TLS settings.
Single-bot Setup
IRC currently does not use API tokens.
channels:
irc:
enabled: true
server: "irc.example.com"
port: "6667"
nick: "microclaw"
channels: "#general,#ops"
# Optional
# username: "microclaw"
# real_name: "MicroClaw"
# password: ""
# mention_required: "true"
# tls: "false"
# tls_server_name: ""
# tls_danger_accept_invalid_certs: "false"
Multi-token Multi-bot
Native channels.irc.accounts is not available in current baseline.
Recommended approach:
- Run multiple MicroClaw instances.
- Give each instance a unique
nickand config file. - Split channel coverage by process.
Verify
microclaw start- Mention bot in channel and send
/skills - Confirm mention-triggered reply.