Trait irc_bot::BotCmdHandler[][src]

pub trait BotCmdHandler: Send + Sync + UnwindSafe + RefUnwindSafe {
    fn run(&self, _: &State, _: &MsgMetadata, _: &Yaml) -> BotCmdResult;
}

Required Methods

Implementors