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
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue