Struct ircservserv::BotState [−][src]
pub struct BotState {
pub chanserv: Option<Message>,
pub channels: HashMap<String, ManagedChannel>,
pub botconfig: BotConfig,
}
Fields
chanserv: Option<Message>
What we’re currently PMing ChanServ for
channels: HashMap<String, ManagedChannel>
State of channels we’re currently looking up
botconfig: BotConfig
Implementations
Whether the given username is a founder. NOTE: you need to check that flags_done is true first