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:
parent
5bc41f2e60
commit
0e90dd8020
3 changed files with 19 additions and 2 deletions
|
|
@ -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(),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue