SET AUTOOP {ON|OFF} controls whether access members are auto-opped/voiced
on join (on by default). Stored inverted as a settings flag so the
default stays on, and gated in the join handler.
This commit is contained in:
parent
2c282d036f
commit
2850620be1
7 changed files with 46 additions and 3 deletions
|
|
@ -756,6 +756,8 @@ pub enum ChanSetting {
|
|||
TopicLock,
|
||||
// Kick users without channel access when they join.
|
||||
Restricted,
|
||||
// Auto-op/voice access members on join (on by default).
|
||||
AutoOp,
|
||||
// BotServ: show members' personal greets on join.
|
||||
BotGreet,
|
||||
// BotServ: forbid the founder from (un)assigning a bot (admin override only).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue