diff --git a/docs/CHEATSHEET.md b/docs/CHEATSHEET.md index 97cfb7b..af78259 100644 --- a/docs/CHEATSHEET.md +++ b/docs/CHEATSHEET.md @@ -100,6 +100,8 @@ IRC operators are auto-detected via WHO on connect and on user JOIN !mode +o nick # Give ops ``` +Auto-joins channels when invited by an admin/ircop. + ## State Store (admin) ``` diff --git a/docs/USAGE.md b/docs/USAGE.md index 428e48a..b790aea 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -296,6 +296,11 @@ channel (not DM). The bot must have channel operator status for these commands to take effect. +### Invite Auto-Join + +When an admin or IRC operator sends an `INVITE`, the bot automatically joins +the target channel. Non-admin invites are silently ignored. + ## Plugin State Persistence Plugins can persist key-value data across restarts via `bot.state`: