docs: document invite auto-join behavior
This commit is contained in:
@@ -100,6 +100,8 @@ IRC operators are auto-detected via WHO on connect and on user JOIN
|
|||||||
!mode +o nick # Give ops
|
!mode +o nick # Give ops
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Auto-joins channels when invited by an admin/ircop.
|
||||||
|
|
||||||
## State Store (admin)
|
## State Store (admin)
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -296,6 +296,11 @@ channel (not DM).
|
|||||||
|
|
||||||
The bot must have channel operator status for these commands to take effect.
|
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
|
## Plugin State Persistence
|
||||||
|
|
||||||
Plugins can persist key-value data across restarts via `bot.state`:
|
Plugins can persist key-value data across restarts via `bot.state`:
|
||||||
|
|||||||
Reference in New Issue
Block a user