ChanServ: add SET AUTOOP
All checks were successful
CI / check (push) Successful in 3m35s

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:
Jean Chevronnet 2026-07-16 00:36:19 +00:00
parent 2c282d036f
commit 2850620be1
No known key found for this signature in database
7 changed files with 46 additions and 3 deletions

View file

@ -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).