#[bot]
Derive-like attribute that turns an impl block into a runnable IRC bot.
impl
Panics at compile time if the annotated impl block does not use a simple (non-generic, non-path) type name, e.g. impl MyBot { … }.
impl MyBot { … }