BotServ: richer INFO

INFO <#channel> now lists the BotServ options in effect (greets, kickers,
nobot) alongside the assigned bot; INFO <bot> flags a private bot.
This commit is contained in:
Jean Chevronnet 2026-07-13 17:38:51 +00:00
parent 5bc41f2e60
commit 0e90dd8020
No known key found for this signature in database
3 changed files with 19 additions and 2 deletions

View file

@ -393,6 +393,8 @@ pub struct ChannelView {
pub bot_greet: bool,
// BotServ: whether the founder is barred from (un)assigning a bot.
pub nobot: bool,
// BotServ: whether any message kicker is active on this channel.
pub kickers_active: bool,
}
// A single ChanServ SET option, named for the typed `set_channel_setting` call.