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

@ -2277,6 +2277,7 @@ fn channel_view(c: &ChannelInfo) -> ChannelView {
assigned_bot: c.assigned_bot.clone(),
bot_greet: c.settings.bot_greet,
nobot: c.settings.nobot,
kickers_active: c.kickers.any(),
}
}